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