From a7e0dd98e430c3fb7f66b8cc30a1868353d214bd Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 11 Nov 2017 13:12:28 -0500 Subject: * Makefile.am: Add jhelp.pl to remote test setup. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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; \ -- cgit v1.2.1