summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2017-11-11 13:12:28 -0500
committerPaul Smith <psmith@gnu.org>2017-11-11 13:12:28 -0500
commita7e0dd98e430c3fb7f66b8cc30a1868353d214bd (patch)
tree15ba8dc13680cdb9a6034760f8dc4fb347cf6f1f /Makefile.am
parent0c44ca26830e29b9de8297719bc2bd05c16bf8f6 (diff)
downloadmake-git-a7e0dd98e430c3fb7f66b8cc30a1868353d214bd.tar.gz
* Makefile.am: Add jhelp.pl to remote test setup.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d1bd50ef..86b1841e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -184,7 +184,7 @@ check-regression: tests/config-flags.pm
*) test -d tests || mkdir tests; \
rm -f srctests; \
if ln -s '$(srcdir)/tests' srctests; then \
- for f in run_make_tests run_make_tests.pl test_driver.pl scripts; do \
+ for f in run_make_tests run_make_tests.pl test_driver.pl scripts jhelp.pl; do \
rm -f tests/$$f; ln -s ../srctests/$$f tests; \
done; fi ;; \
esac; \