diff options
Diffstat (limited to 'Makefile.am')
-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 |