1 2 3 4 5 6 7 8 9 10 11 12 13
//! Integration tests for bottom. #![allow(clippy::unwrap_used)] #![allow(missing_docs)] 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;