Add more RGBLINK tests (#1386)

This commit is contained in:
Sylvie
2024-03-29 14:30:32 -04:00
committed by GitHub
parent 17afe611fd
commit 408a783fd8
9 changed files with 52 additions and 5 deletions

View File

@@ -204,7 +204,7 @@ test="scramble-romx"
startTest
"$RGBASM" -o "$otemp" "$test"/a.asm
continueTest
rgblinkQuiet -o "$gbtemp" -S romx=3 "$otemp" 2>"$outtemp"
rgblinkQuiet -o "$gbtemp" -S "romx=3,wramx=4,sram=4" "$otemp" 2>"$outtemp"
tryDiff "$test"/out.err "$outtemp"
# This test does not compare its exact output with 'tryCmpRom' because no scrambling order is guaranteed
tryCmpRomSize "$gbtemp" 65536