libsecret/build/tap-gtester
Daiki Ueno d71663c264 build: Drop TAP wrapper script around GLib tests
The GLib versions we require supports TAP natively when tests are run
with the --tap option.
2019-08-29 10:47:32 +00:00

6 lines
84 B
Bash
Executable File

#! /bin/sh
# run a GTest in tap mode. The test binary is passed as $1
$1 -k --tap