added more tests

This commit is contained in:
2025-03-19 02:35:31 -04:00
parent 10af34b0d7
commit bbcbbe0ada
11 changed files with 162 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ pub mod state;
pub mod builtin;
pub mod jobs;
pub mod signal;
#[cfg(test)]
pub mod tests;
use std::collections::HashSet;