Do per-feature testing

This commit is contained in:
Dimitris Zervas
2023-06-05 15:17:52 +03:00
parent 6d0990e218
commit 7b792dc749
4 changed files with 10 additions and 6 deletions

View File

@ -51,6 +51,7 @@ extern "system" fn DllMain(dll_module: *mut c_void, call_reason: u32, _: *mut ()
mod tests {
use pretty_assertions::assert_eq;
use std::process::Command;
#[cfg(all(windows, feature = "frida"))]
use std::fs;
#[test]