Implement ctrlaltdel (#31)

* Implement ctrlaltdel

* Add tests for `ctrlaltdel`

* Bless the unit tests on unsupported platforms
This commit is contained in:
sisungo
2024-05-12 19:37:17 +08:00
committed by GitHub
parent 572f84b1f3
commit c9ee7d6447
8 changed files with 191 additions and 0 deletions

View File

@@ -12,3 +12,7 @@ mod test_lscpu;
#[cfg(feature = "mountpoint")]
#[path = "by-util/test_mountpoint.rs"]
mod test_mountpoint;
#[cfg(feature = "ctrlaltdel")]
#[path = "by-util/test_ctrlaltdel.rs"]
mod test_ctrlaltdel;