]> git.ipfire.org Git - thirdparty/automake.git/commit
check: new developer-reserved AM_TESTS_SETUP variable
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 24 Jan 2011 10:34:32 +0000 (11:34 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 17 Apr 2011 13:01:17 +0000 (15:01 +0200)
commit95bbdf168467b0aff919f3fdb763a9662ecbf634
tree9ee6922d920c8a8d7d113587c3ba1899f6969516
parent9e7c4339cefd512255d30446053a9d84bdb619b1
check: new developer-reserved AM_TESTS_SETUP variable

For reference, see the discussion at:
<http://lists.gnu.org/archive/html/automake-patches/2011-01/msg00213.html>

* lib/am/check.am [%?PARALLEL_TESTS%] (am__check_pre): Pass also
$(AM_TESTS_SETUP).  Comments updated, and some typos fixed.
* doc/automake.texi (Simple Tests using parallel-tests): Document
AM_TESTS_SETUP.  Reorder some of the existing documentation a bit.
* tests/parallel-tests-am_tests_setup.test: New test.

From a suggestion by Ralf Wildenhues.
ChangeLog
doc/automake.texi
lib/Automake/tests/Makefile.in
lib/am/check.am
tests/Makefile.am
tests/Makefile.in
tests/parallel-tests-am_tests_setup.test [new file with mode: 0755]