diff options
Diffstat (limited to '')
-rwxr-xr-x | src/gl/tests/test-ftello4.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gl/tests/test-ftello4.sh b/src/gl/tests/test-ftello4.sh new file mode 100755 index 0000000..f7ff149 --- /dev/null +++ b/src/gl/tests/test-ftello4.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +${CHECKER} ./test-ftello4${EXEEXT} "$srcdir/test-ftello4.sh" || exit 1 + +exit 0 |