aboutsummaryrefslogtreecommitdiff
path: root/scripts/test-e2e.sh
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-20 21:58:26 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2024-12-20 21:58:26 +0100
commit0bc97c99c644955096b3e13a2a7df6b281314e25 (patch)
tree1e09fa92a5ac71df1d097d8581e4538ce7182112 /scripts/test-e2e.sh
parent0087cc0631ae8e8b1892e674e34a9daa84ad0bb9 (diff)
downloadtools.nes-0bc97c99c644955096b3e13a2a7df6b281314e25.tar.gz
tools.nes-0bc97c99c644955096b3e13a2a7df6b281314e25.zip
Add support for UxROM chips
I have also added an end-to-end test for it. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'scripts/test-e2e.sh')
-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 32bd76f..89e787c 100755
--- a/scripts/test-e2e.sh
+++ b/scripts/test-e2e.sh
@@ -9,3 +9,6 @@ cargo build
./target/debug/nasm -c nrom -Werror -o tests/out/sprite.nes tests/src/sprite.s
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