mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-14 16:37:16 +00:00
10 lines
196 B
Rust
10 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;
|