Add tests for mcookie

This commit is contained in:
alxndrv
2025-03-18 20:16:53 +02:00
parent a7e9f39c40
commit f91b55d0ae
2 changed files with 69 additions and 0 deletions

View File

@@ -56,3 +56,7 @@ mod test_dmesg;
#[cfg(feature = "fsfreeze")]
#[path = "by-util/test_fsfreeze.rs"]
mod test_fsfreeze;
#[cfg(feature = "mcookie")]
#[path = "by-util/test_mcookie.rs"]
mod test_mcookie;