diff options
Diffstat (limited to 'tests/mode.sh')
-rwxr-xr-x | tests/mode.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/mode.sh b/tests/mode.sh new file mode 100755 index 0000000..4d87288 --- /dev/null +++ b/tests/mode.sh @@ -0,0 +1,3 @@ +# Automake can't seem to figure out how to use <build-aux/tap-driver.sh> to run +# compiled tests, so this ugly hack is needed. +exec "${0%.sh}${EXEEXT}" |