summaryrefslogtreecommitdiff
path: root/tap-test
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2014-08-06 16:18:18 +0100
committerMartyn Russell <martyn@lanedo.com>2014-08-07 11:30:45 +0100
commita20cd1f6a139753682111fdc839034ba605121e4 (patch)
tree1327bfe9609000372d2b671a737ebf50c3922226 /tap-test
parentc45d2e6b9886505cdcebdbb40f15be5eefbee03a (diff)
downloadtracker-a20cd1f6a139753682111fdc839034ba605121e4.tar.gz
tests: Use tap automake testing scripts, fixes output summaries
https://bugzilla.gnome.org/show_bug.cgi?id=734089
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 000000000..481e333ec
--- /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