diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 21:16:05 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 21:16:05 (EDT) |
commit | 3f819f1773e21433429f85480c6e91ba465ef631 (patch) | |
tree | 8bd0c2cadf2467e86607ea8dc296c0023bc5e872 /Makefile.am | |
parent | 8d8a8906886b02e048de241a4243fecd4228e20e (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 39de8f0..e71bd7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,7 +70,8 @@ EXTRA_DIST = \ $(tests) \ tools/shpp.sh \ tools/shld.sh \ - build-aux/tap-driver.sh + build-aux/tap-driver.sh \ + tests/aux/tap-functions.sh .builddirstamp: $(AM_V_GEN)touch .builddirstamp |