aboutsummaryrefslogtreecommitdiff
path: root/scripts/test-e2e.sh
blob: 32bd76f270d2518460f1687ca534bb7a5a1fd04c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env sh

set -ex

rm -rf tests/out/
mkdir -p tests/out/

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