Try to get TAP working
This commit is contained in:
5
build-aux/tap-test
Executable file
5
build-aux/tap-test
Executable file
@@ -0,0 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
# run a GTest in tap mode. The test binary is passed as $1
|
||||
|
||||
$1 -k --tap
|
||||
Reference in New Issue
Block a user