summaryrefslogtreecommitdiff
path: root/buildutil/tap-test
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-12-17 16:07:57 -0500
committerColin Walters <walters@verbum.org>2014-12-17 16:11:26 -0500
commit12085b6e39c9b43ba50a6030e58b5a4380b41a48 (patch)
tree2350ec364aae189d7915b9081fb60ab241f9c65e /buildutil/tap-test
parentd372ec1b0435492713b7f33f5dd98dba12acadd4 (diff)
downloadlibgsystem-12085b6e39c9b43ba50a6030e58b5a4380b41a48.tar.gz
Import test infrastructure from json-glib, add a test case
Diffstat (limited to 'buildutil/tap-test')
-rwxr-xr-xbuildutil/tap-test5
1 files changed, 5 insertions, 0 deletions
diff --git a/buildutil/tap-test b/buildutil/tap-test
new file mode 100755
index 0000000..481e333
--- /dev/null
+++ b/buildutil/tap-test
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+# run a GTest in tap mode. The test binary is passed as $1
+
+$1 -k --tap