1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-08-09 05:22:44 +03:00

rename test to whitespace

Add more whitespace test
This commit is contained in:
albfan
2018-01-27 09:36:03 +01:00
parent 739196e824
commit d73cdd267d
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
$(top_srcdir)/build-aux/tap-driver.sh $(top_srcdir)/build-aux/tap-driver.sh
TESTS = t0001-parse.sh t0002-invalid.sh t0003-sections.sh t0004-comments.sh TESTS = t0001-whitespace.sh t0002-invalid.sh t0003-sections.sh t0004-comments.sh
EXTRA_DIST = $(TESTS) EXTRA_DIST = $(TESTS)