mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02: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;
|