Add some more tests, and fix some existing ones

This commit is contained in:
Rangi42
2024-08-09 22:41:20 -04:00
committed by Sylvie
parent ee3a93a442
commit 7cf4156003
17 changed files with 175 additions and 8 deletions

View File

@@ -181,6 +181,16 @@ rgblinkQuiet -o "$gbtemp2" "$outtemp"
tryCmp "$gbtemp" "$gbtemp2"
evaluateTest
test="map-file"
startTest
"$RGBASM" -o "$otemp" "$test"/a.asm
continueTest
rgblinkQuiet -o "$gbtemp" -m "$outtemp2" "$otemp" 2>"$outtemp"
tryDiff "$test"/out.err "$outtemp"
tryDiff "$test"/ref.out.map "$outtemp2"
tryCmpRom "$test"/ref.out.bin
evaluateTest
test="overlay/smaller"
startTest
"$RGBASM" -o "$otemp" "$test"/a.asm