mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 20:23:12 +00:00
11 lines
196 B
Rust
11 lines
196 B
Rust
|
//! 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;
|