1 2 3 4 5 6 7
use weap::cmds::SysCmd; #[test] fn test_sys_execute() { let cmd = SysCmd {}; cmd.execute(); }