]> git.ipfire.org Git - thirdparty/automake.git/commit
check: rename AM_TESTS_SETUP -> AM_TESTS_ENVIRONMENT
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 17 Apr 2011 22:52:03 +0000 (00:52 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 17 Apr 2011 22:52:03 +0000 (00:52 +0200)
commit12f48fafa9643fd497c958545f2990d2bfc6abb1
tree4c61504030c3da0c416b6dc477bfc37c36834761
parent95bbdf168467b0aff919f3fdb763a9662ecbf634
check: rename AM_TESTS_SETUP -> AM_TESTS_ENVIRONMENT

The AM_TESTS_SETUP naming was not a good one after all.  It may
be technically more correct than AM_TESTS_ENVIRONMENT, but the
latter is a better one simply because it is easier to remember,
and even if you've never heard of it and only know the semantics
of TESTS_ENVIRONMENT, you can have a straightforward way to
figure out how AM_TESTS_ENVIRONMENT would work.

* tests/check.am (am__check_pre): Update.
* doc/automake.in (Simple Tests using parallel-tests): Update.
* tests/parallel-tests-am_tests_setup.test: Renamed ...
* tests/parallel-tests-am_tests_environment.test: ... to this,
and updated.
* tests/Makefile.am (TESTS): Update.

Suggestion and motivation 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_environment.test [moved from tests/parallel-tests-am_tests_setup.test with 91% similarity]