diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 16:26:25 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 16:28:01 (EDT) |
commit | 908b0660688a1ccda20b92bb34fd94d3569b4108 (patch) | |
tree | b9ecb322630f3838cdc44cbc55b0d801b7ccf03a /Makefile.am | |
parent | c280d7a49f16dfaad2753652f27a46d2cad4ab52 (diff) |
tests/aux/tap-functions.sh: New file
Copied from t/ax/tap-functions.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 7192c09..359ca7f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,7 +85,8 @@ EXTRA_DIST = \ scripts/announce-release.sh \ tools/shpp.sh \ tools/shld.sh \ - build-aux/tap-driver.sh + build-aux/tap-driver.sh \ + tests/aux/tap-functions.sh AM_TESTS_ENVIRONMENT = srcdir=$(top_srcdir) COLOR_TEST_LOGS=$(COLOR_TEST_LOGS) |