added more tests

This commit is contained in:
2025-03-19 02:35:31 -04:00
parent aa2684546e
commit b0dd101740
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;