mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add tests for rgblink options -t and -w
Signed-off-by: AntonioND <antonio_nd@outlook.com>
This commit is contained in:
@@ -7,3 +7,13 @@ RGBLINK=../../rgblink
|
||||
$RGBASM -o $otemp bank-numbers.asm
|
||||
$RGBLINK -o $gbtemp $otemp > bank-numbers.out 2>&1
|
||||
head -c 20 $gbtemp > bank-numbers.out.bin 2>&1
|
||||
|
||||
$RGBASM -o $otemp wramx-contwram.asm
|
||||
$RGBLINK -o $gbtemp $otemp > wramx-contwram-no-w.out 2>&1
|
||||
$RGBLINK -w -o $gbtemp $otemp > wramx-contwram-w.out 2>&1
|
||||
|
||||
$RGBASM -o $otemp romx-tiny.asm
|
||||
$RGBLINK -o $gbtemp $otemp > romx-tiny-no-t.out 2>&1
|
||||
$RGBLINK -t -o $gbtemp $otemp > romx-tiny-t.out 2>&1
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user