]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: two single auxiliary scripts to run/generate wrapped tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 26 Aug 2011 10:14:27 +0000 (12:14 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 29 Aug 2011 13:51:39 +0000 (15:51 +0200)
commitd3334a68d7291428d9c0178b60abe2d9d52c8fd6
tree6108ffb8a76b96af1a324d0c2e9ba57ebf8428d3
parentd4a102bec07f508ba1e509d6ee3ed960e377042b
tests: two single auxiliary scripts to run/generate wrapped tests

* tests/config-shell-tests.sh, tests/parallel-tests.sh,
tests/gen-config-shell-tests, tests/gen-parallel-tests: Deleted,
their roles taken over by ...
* tests/wrap-tests.sh, tests/gen-wrap-tests: ... these new more
general scripts.
* tests/Makefile.am (EXTRA_DIST): Distribute the new scripts, and
do not distribute the obsolete ones anymore.
($(srcdir)/parallel-tests.am, $(srcdir)/config-shell-tests.am): Do
not include nor generate anymore, they have been superseded by ...
($(srcdir)/wrap-tests.am): ... this new fragment, automatically
generated by `gen-wrap-tests'.
(PTEST_LOG_COMPILER, SHTST_LOG_COMPILER): Delete, they are now
defined in the new `wrap-tests.am' makefile fragment.
(TEST_EXTENSIONS): Do not append to it anymore, that is now done
by the new `wrap-tests.am' makefile fragment above.
($(parallel_tests:.ptest=.log), $(config_shell_tests:.shtst=.log),
$(parallel_tests), $(config_shell_tests): Remove this dependencies,
superseded by ...
($(wrap_TESTS), $(wrap_LOGS)): ... these ones.
(MAINTAINERCLEANFILES): Delete, it's not used anymore.
(TESTS): Do not contain anymore `$(config_shell_tests)' nor
`$(parallel_tests)', contain `$(wrap_TESTS)' instead, as defined
by `$(srcdir)/wrap-tests.am'.
Other related minor edits and reorderings.
* bootstrap, tests/.gitignore, tests/README: Update.
12 files changed:
ChangeLog
bootstrap
tests/.gitignore
tests/Makefile.am
tests/Makefile.in
tests/README
tests/config-shell-tests.sh [deleted file]
tests/gen-config-shell-tests [deleted file]
tests/gen-parallel-tests [deleted file]
tests/gen-wrap-tests [new file with mode: 0755]
tests/parallel-tests.sh [deleted file]
tests/wrap-tests.sh [new file with mode: 0755]