aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test-e2e.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/test-e2e.sh b/scripts/test-e2e.sh
index 89e787c..3f8729c 100755
--- a/scripts/test-e2e.sh
+++ b/scripts/test-e2e.sh
@@ -12,3 +12,6 @@ diff tests/out/sprite.nes tests/bin/sprite.nes
./target/debug/nasm -c unrom -o tests/out/chr-ram.nes tests/src/chr-ram.s
diff tests/out/chr-ram.nes tests/bin/chr-ram.nes
+
+./target/debug/nasm -c nrom -Werror -o tests/out/flicker.nes tests/src/flicker/flicker.s
+diff tests/out/flicker.nes tests/bin/flicker.nes