tests/dmesg: create test for --kmsg-file and --json option.

This commit is contained in:
Fuad Ismail
2024-11-14 22:50:36 +07:00
parent 44d942da4d
commit 7c5caf69ab
4 changed files with 670 additions and 0 deletions
+4
View File
@@ -32,3 +32,7 @@ mod test_setsid;
#[cfg(feature = "last")]
#[path = "by-util/test_last.rs"]
mod test_last;
#[cfg(feature = "dmesg")]
#[path = "by-util/test_dmesg.rs"]
mod test_dmesg;