* Makefile.am: Add jhelp.pl to remote test setup.

This commit is contained in:
Paul Smith 2017-11-11 13:12:28 -05:00
parent 0c44ca2683
commit a7e0dd98e4

View File

@ -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; \