diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 21:44:52 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 21:44:52 (EDT) |
commit | e6c27aefbdf79de532cdce155797482f07928e2b (patch) | |
tree | e03f5fd275c7cbb14539187c85834391eaf79df4 | |
parent | 8f391a9fe36d1bfd07a8315f82f91da1c015fc29 (diff) |
Makefile.am: Set TEST_EXTENSIONS and TEST_LOG_DRIVER
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e0a407f..7cb8cc3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,6 +73,10 @@ EXTRA_DIST = \ build-aux/tap-driver.sh \ tests/aux/tap-functions.sh +TEST_EXTENSIONS = .sh +TEST_LOG_DRIVER = \ + AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh + .builddirstamp: $(AM_V_GEN)touch .builddirstamp |