summaryrefslogtreecommitdiff
path: root/test/tap-test.sh
blob: 3182639605a6080f1edbf03e49a6b0efadc38c9e (plain)
1
2
3
4
5
6
#!/bin/sh

# Runs a GTest binary with --tap
# The first argument to this script is the name of the test binary

$1 -k --tap