mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-12 12:51:43 +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:
@@ -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