diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 16:23:21 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 16:24:37 (EDT) |
commit | c280d7a49f16dfaad2753652f27a46d2cad4ab52 (patch) | |
tree | 840bc20d880207612195ae29a4841504db3c1124 /Makefile.am | |
parent | 44e452fb3c8cc7a093d72fbc280be3973e627a62 (diff) |
build-aux/tap-driver.sh: New file
Copied from lib/tap-driver.sh in GNU Automake.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2d25018..7192c09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,7 +84,8 @@ EXTRA_DIST = \ $(man8_sources) \ scripts/announce-release.sh \ tools/shpp.sh \ - tools/shld.sh + tools/shld.sh \ + build-aux/tap-driver.sh AM_TESTS_ENVIRONMENT = srcdir=$(top_srcdir) COLOR_TEST_LOGS=$(COLOR_TEST_LOGS) |