Changed tap test to cover more ground
This commit is contained in:
parent
1127e5ebe3
commit
00780ead30
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
./simple --tap --always-succeed
|
||||
./signal --tap --always-succeed
|
||||
./asserts --tap --always-succeed
|
||||
|
|
Loading…
Add table
Reference in a new issue