diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 17:24:17 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 17:24:17 (EDT) |
commit | a7441ababcf184ea7a9fcce4b53789861391b9ee (patch) | |
tree | beddc5b21ffdb406f8d05cd86d159b841103c99a | |
parent | 0c4b2154d05df874cf7b6861ef6d1f980a2bdc20 (diff) |
Makefile.am: Use build-aux/tap-driver.sh
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 359ca7f..3514baa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,6 +89,7 @@ EXTRA_DIST = \ tests/aux/tap-functions.sh AM_TESTS_ENVIRONMENT = srcdir=$(top_srcdir) COLOR_TEST_LOGS=$(COLOR_TEST_LOGS) +LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh .builddirstamp: $(AM_V_GEN)touch .builddirstamp |