]> git.ipfire.org Git - thirdparty/make.git/commit
Rename jhelp.pl to thelp.pl and make it a generic test helper.
authorPaul Smith <psmith@gnu.org>
Sat, 12 Oct 2019 20:22:01 +0000 (16:22 -0400)
committerPaul Smith <psmith@gnu.org>
Mon, 16 Dec 2019 14:31:31 +0000 (09:31 -0500)
commit3822f77c1d10f4c0789a0262aab35adb00c8d22d
tree2509783777ca88606d596b3c669ec67614f8e1d9
parent1cf3932a39057789ca525afb02bcfc823b238cb7
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
Makefile.am
tests/jhelp.pl [deleted file]
tests/run_make_tests.pl
tests/scripts/features/output-sync
tests/scripts/features/parallelism
tests/thelp.pl [new file with mode: 0755]