diff options
Diffstat (limited to 't/do_tests.sh')
-rwxr-xr-x | t/do_tests.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/do_tests.sh b/t/do_tests.sh new file mode 100755 index 0000000..54222db --- /dev/null +++ b/t/do_tests.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +./prep.pl +./test.t |