summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2019-10-12 16:22:01 -0400
committerPaul Smith <psmith@gnu.org>2019-12-16 09:31:31 -0500
commit3822f77c1d10f4c0789a0262aab35adb00c8d22d (patch)
tree2509783777ca88606d596b3c669ec67614f8e1d9 /Makefile.am
parent1cf3932a39057789ca525afb02bcfc823b238cb7 (diff)
downloadmake-git-3822f77c1d10f4c0789a0262aab35adb00c8d22d.tar.gz
Rename jhelp.pl to thelp.pl and make it a generic test helper.
* tests/thelp.pl: Rename from tests/jhelp.pl. (op): Use names instead of options for the operations. (op): Add new operations for sleep, mkdir, and rm. (op): Enhance wait to time out * tests/run_make_tests.pl: Add a new #HELPER# replacement (subst_make_string): Use fully-qualified path to thelp.pl * tests/scripts/features/parallelism: Update to use thelp.pl and the new named operations. Use thelp.pl sleep instead of system-specific sleep commands. * tests/scripts/features/output-sync: Update to use thelp.pl instead of complex shell scripts. * Makefile.am: Distribute tests/thelp.pl instead of tests/jhelp.pl
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 c51f9e23..6d81f0ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -95,7 +95,7 @@ test_FILES = tests/run_make_tests tests/run_make_tests.bat \
tests/run_make_tests.pl tests/test_driver.pl \
tests/config-flags.pm.in tests/config_flags_pm.com \
tests/config-flags.pm.W32 \
- tests/mkshadow tests/jhelp.pl tests/guile.supp tests/README
+ tests/mkshadow tests/thelp.pl tests/guile.supp tests/README
# test/scripts are added via dist-hook below.
EXTRA_DIST = ChangeLog README build.sh build.cfg.in $(man_MANS) \