mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-21 16:01:52 +00:00
Add some basic regression tests.
Most cause crashes. Only macro-@ works correctly; the others need to be fixed.
This commit is contained in:
7
test/asm/test.sh
Normal file
7
test/asm/test.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
fname=$(mktemp)
|
||||
|
||||
for i in *.asm; do
|
||||
../../rgbasm $i >$fname 2>&1
|
||||
# diff -u $fname $(basename $i .asm).out
|
||||
diff -u $fname ${i%.asm}.out
|
||||
done
|
||||
Reference in New Issue
Block a user