1 2 3 4 5 6 7 8 9
mod runnable; mod test_tools; #[cfg(target_os = "windows")] mod windows; #[test] fn ready() { println!("PE Assembler test suite ready!"); }