summaryrefslogtreecommitdiff
path: root/tests/conform/run-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conform/run-tests.sh')
-rwxr-xr-xtests/conform/run-tests.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/conform/run-tests.sh b/tests/conform/run-tests.sh
new file mode 100755
index 00000000..1104953a
--- /dev/null
+++ b/tests/conform/run-tests.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+BINARY=$1
+shift
+
+TMP=`./$BINARY -l -m thorough | grep '^/' | sed -e s/_/-/g`
+for i in $TMP
+do
+ TESTS="$TESTS wrappers/`basename $i`"
+done
+
+exec gtester "$@" $TESTS