11 lines
214 B
Rust
11 lines
214 B
Rust
//! Integration tests for sandbox functionality
|
|
#[cfg(test)]
|
|
mod file_operations;
|
|
#[cfg(test)]
|
|
mod network_operations;
|
|
#[cfg(test)]
|
|
mod system_info;
|
|
#[cfg(test)]
|
|
mod process_isolation;
|
|
#[cfg(test)]
|
|
mod violations;
|