1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-04-25 09:42:31 +03:00
bash-ini-parser/t/Makefile.am
Alberto Fanjul bd9d847d2c t0008 solved
2018-05-27 13:21:29 +02:00

5 lines
288 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 t0005-new_var.sh t0006-duplication.sh t0007-unwanted_file.sh t0008-array.sh
EXTRA_DIST = $(TESTS)