mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Fail RGBGFX test suite if support test programs fail to be built
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
[[ -e ./rgbgfx_test ]] || make -C ../.. test/gfx/rgbgfx_test
|
[[ -e ./rgbgfx_test ]] || make -C ../.. test/gfx/rgbgfx_test || exit
|
||||||
[[ -e ./randtilegen ]] || make -C ../.. test/gfx/randtilegen
|
[[ -e ./randtilegen ]] || make -C ../.. test/gfx/randtilegen || exit
|
||||||
|
|
||||||
trap 'rm -f "$errtmp"' EXIT
|
trap 'rm -f "$errtmp"' EXIT
|
||||||
errtmp="$(mktemp)"
|
errtmp="$(mktemp)"
|
||||||
|
|||||||
Reference in New Issue
Block a user