cal: Add tool

This supports most of the important flags and gives bit-exact output
except for spacing in the header line.
This commit is contained in:
Tuomas Tynkkynen
2025-09-12 23:25:05 +03:00
parent 02901b2db6
commit f9340c3bdc
8 changed files with 591 additions and 0 deletions
+4
View File
@@ -43,6 +43,10 @@ mod test_nologin;
#[path = "by-util/test_blockdev.rs"]
mod test_blockdev;
#[cfg(feature = "cal")]
#[path = "by-util/test_cal.rs"]
mod test_cal;
#[cfg(feature = "ctrlaltdel")]
#[path = "by-util/test_ctrlaltdel.rs"]
mod test_ctrlaltdel;