mirror of
https://github.com/mirror/make.git
synced 2024-12-27 13:20:34 +08:00
* Makefile.am: Add jhelp.pl to remote test setup.
This commit is contained in:
parent
0c44ca2683
commit
a7e0dd98e4
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user