5 lines
84 B
Bash
Executable file
5 lines
84 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# run a GTest in tap mode. The test binary is passed as $1
|
|
|
|
$1 -k --tap
|