f93cb5bcc5
Not actually used yet; we'll need to modify these in subsequent commits, but this is the starting point. Future commits will therefore have a useful diff. Even if admittedly it's unlikely they'll re-unify in the near future.
6 lines
84 B
Bash
Executable File
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
|