summaryrefslogtreecommitdiffstats
path: root/tests/integration/main.rs
blob: 01c3f9f56f61ac8cdd0116a3696fa44734fa3574 (plain)
1
2
3
4
5
6
7
8
9
10
11
//! Integration tests for bottom.

mod util;

mod arg_tests;
mod invalid_config_tests;
mod layout_management_tests;
mod layout_movement_tests;

#[cfg(all(target_arch = "x86_64", target_os = "linux"))]
mod valid_config_tests;