more testing

This commit is contained in:
Max Bradbury 2020-04-18 16:20:29 +01:00
parent 0414fe757a
commit 2e5d063371
1 changed files with 7 additions and 0 deletions

View File

@ -364,6 +364,7 @@ fn test_bitsy_omnibus() {
"src/test-resources/omnibus/14C48FA0.bitsy.txt".to_string(),
"src/test-resources/omnibus/C63A0633.bitsy.txt".to_string(),
"src/test-resources/omnibus/C63A0633.bitsy.txt".to_string(),
"src/test-resources/omnibus/013B3CDE.bitsy.txt".to_string(), // NaN in image
// this one has font data appended to the end of the game data - is this valid?
"src/test-resources/omnibus/4B4EB988.bitsy.txt".to_string(),
@ -372,6 +373,7 @@ fn test_bitsy_omnibus() {
"src/test-resources/omnibus/11018B25.bitsy.txt".to_string(),
"src/test-resources/omnibus/FEC6E602.bitsy.txt".to_string(),
"src/test-resources/omnibus/3E8C3022.bitsy.txt".to_string(),
"src/test-resources/omnibus/F08D7D88.bitsy.txt".to_string(),
// has an ending position of -1
"src/test-resources/omnibus/593BD9A6.bitsy.txt".to_string(),
@ -382,6 +384,11 @@ fn test_bitsy_omnibus() {
// something going on with dialogues? todo investigate
"src/test-resources/omnibus/807805CC.bitsy.txt".to_string(),
"src/test-resources/omnibus/C36E27E5.bitsy.txt".to_string(),
"src/test-resources/omnibus/354DA56F.bitsy.txt".to_string(),
// this avatar has `ITM 0 1` - can the player start with an item? todo investigate
"src/test-resources/omnibus/CC5085BE.bitsy.txt".to_string(),
"src/test-resources/omnibus/20D06BD1.bitsy.txt".to_string(),
];
let mut passes = 0;