diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-10-20 21:54:52 -0400 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-10-22 13:09:10 +0200 |
commit | b7e9ae8ce57a553add0cbd34ba7863b441178097 (patch) | |
tree | ebb69a60d14bccbdf5a9639956e6ebd80a7f0fd6 /tap-test | |
parent | 775178c2d7480895ce1b2bb86477a45e48bd22e4 (diff) | |
download | librsvg-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-x | tap-test | 5 |
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 |