diff options
author | Guido Günther <agx@sigxcpu.org> | 2014-04-14 11:40:47 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2014-04-14 12:13:48 +0200 |
commit | c6fde247ecad202e8de5672da7d1c88be723e90e (patch) | |
tree | c457a2009a9e1be90ad6b64d40a5024833dbd135 /tap-test | |
parent | 077122801c2945092dc7499d48a4511d53cb6835 (diff) |
Switch to glib's testing framework
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 0000000..481e333 --- /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 |