summaryrefslogtreecommitdiff
path: root/tests/run-test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-test')
-rwxr-xr-xtests/run-test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-test b/tests/run-test
new file mode 100755
index 0000000..2e26f3f
--- /dev/null
+++ b/tests/run-test
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Run the given binary via a libtool wrapper script
+$LIBTOOL --mode=execute $VALGRIND "$@"