diff options
Diffstat (limited to 'tests/tap-test')
-rwxr-xr-x | tests/tap-test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tap-test b/tests/tap-test new file mode 100755 index 0000000..32d5884 --- /dev/null +++ b/tests/tap-test @@ -0,0 +1,3 @@ +#!/bin/sh +# run a GTest in tap more. The test binary is passed as $1 +$1 -k --tap |