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

chore: added firstwhite rom

parent c81ba40f
No related branches found
No related tags found
No related merge requests found
frontends/sdl/res/test/firstwhite.png

885 B

......@@ -53,4 +53,15 @@ mod tests {
let image_result = compare_images(&result, "res/test/dmg_acid2.png");
assert_eq!(image_result, true);
}
#[test]
fn test_firstwhite() {
let result: [u8; FRAME_BUFFER_SIZE] = run_image_test(
"../../res/roms/test/firstwhite.gb",
Some(50000000),
TestOptions::default(),
);
let image_result = compare_images(&result, "res/test/firstwhite.png");
assert_eq!(image_result, true);
}
}
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