summaryrefslogtreecommitdiff
path: root/tap-test
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-10-20 21:54:52 -0400
committerBenjamin Otte <otte@redhat.com>2015-10-22 13:09:10 +0200
commitb7e9ae8ce57a553add0cbd34ba7863b441178097 (patch)
treeebb69a60d14bccbdf5a9639956e6ebd80a7f0fd6 /tap-test
parent775178c2d7480895ce1b2bb86477a45e48bd22e4 (diff)
downloadlibrsvg-b7e9ae8ce57a553add0cbd34ba7863b441178097.tar.gz
Install the tests
Introduce the infrastructure for installed tests from glib, and use it for the tests.
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