shithub: rgbds

ref: cbf6fadcdbf7402845adbeb840de1cb8fcb41be4
dir: /test/gfx/test.sh/

View raw version
#!/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