1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-04-19 13:22:14 +03:00
bash-ini-parser/t/Makefile.am
albfan d73cdd267d rename test to whitespace
Add more whitespace test
2018-01-27 09:37:23 +01:00

5 lines
212 B
Makefile

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