#! /bin/sh

# run a GTest in tap mode. The test binary is passed as $1

$@ -k --tap
