From e6c27aefbdf79de532cdce155797482f07928e2b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 22 Jul 2017 21:44:52 -0400 Subject: Makefile.am: Set TEST_EXTENSIONS and TEST_LOG_DRIVER --- 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 -- cgit v0.9.1