mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add RGBGFX tests
This commit is contained in:
11
test/gfx/test.sh
Executable file
11
test/gfx/test.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
[[ -e ./rgbgfx_test ]] || make -C ../.. test/gfx/rgbgfx_test
|
||||
[[ -e ./randtilegen ]] || make -C ../.. test/gfx/randtilegen
|
||||
|
||||
rc=0
|
||||
for f in *.bin; do
|
||||
./rgbgfx_test "$f" || rc=1
|
||||
done
|
||||
|
||||
exit $rc
|
||||
Reference in New Issue
Block a user