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

mod util;

mod arg_tests;
mod invalid_config_tests;
mod layout_movement_tests;

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