1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2026-01-12 22:31:35 +03:00

add tap test output

This commit is contained in:
albfan
2015-06-28 09:38:20 +02:00
parent a5e1dd880d
commit 7ccb706eb1
4 changed files with 22 additions and 5 deletions

View File

@@ -24,6 +24,10 @@ or
make DEFAULT_TEST_TARGET=prove
for tap output
make DEFAULT_TEST_TARGET=tap SHELL=/bin/bash
## Credits
Makefile was shamelessly stolen from [git-integration](https://github.com/johnkeeping/git-integration/blob/master/t/Makefile)