Changed tap test to cover more ground

This commit is contained in:
Snaipe 2015-03-11 20:02:20 +01:00
parent 1127e5ebe3
commit 00780ead30
2 changed files with 3 additions and 1 deletions

View file

@ -11,7 +11,7 @@ TESTS += tests/tap_test.sh \
tests/verbose.sh \
tests/help.sh
tests/tap_test.sh: simple
tests/tap_test.sh: simple signal asserts
tests/early_exit.sh: simple
tests/verbose.sh: simple
tests/help.sh: simple

View file

@ -1,2 +1,4 @@
#!/bin/sh
./simple --tap --always-succeed
./signal --tap --always-succeed
./asserts --tap --always-succeed