tests: Executable for testing layouts

This commit is contained in:
Dorota Czaplejewicz
2019-11-19 09:47:32 +00:00
parent f834f174d8
commit 9571adb107
6 changed files with 103 additions and 73 deletions

View File

@ -24,5 +24,6 @@ mod outputs;
mod popover;
mod resources;
mod submission;
pub mod tests;
pub mod util;
mod xdg;