summaryrefslogtreecommitdiff
path: root/tap-test
diff options
context:
space:
mode:
Diffstat (limited to 'tap-test')
-rwxr-xr-xtap-test5
1 files changed, 5 insertions, 0 deletions
diff --git a/tap-test b/tap-test
new file mode 100755
index 00000000..481e333e
--- /dev/null
+++ b/tap-test
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+# run a GTest in tap mode. The test binary is passed as $1
+
+$1 -k --tap