Skip to content
Snippets Groups Projects
Verified Commit ca57680c authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: added one more test autmation

Test for test_blargg_instr_timing.
parent 4709f54b
No related branches found
No related tags found
No related merge requests found
Pipeline #3004 passed
...@@ -69,4 +69,14 @@ mod tests { ...@@ -69,4 +69,14 @@ mod tests {
); );
assert_eq!(result, "cpu_instrs\n\n01:ok 02:ok 03:ok 04:ok 05:ok 06:ok 07:ok 08:ok 09:ok 10:ok 11:ok \n\nPassed all tests\n"); assert_eq!(result, "cpu_instrs\n\n01:ok 02:ok 03:ok 04:ok 05:ok 06:ok 07:ok 08:ok 09:ok 10:ok 11:ok \n\nPassed all tests\n");
} }
#[test]
fn test_blargg_instr_timing() {
let result = run_serial_test(
"res/roms/test/blargg/instr_timing/instr_timing.gb",
Some(50000000),
TestOptions::default(),
);
assert_eq!(result, "instr_timing\n\n\nPassed\n");
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment