]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: prefer AM_TESTS_ENVIRONMENT to TESTS_ENVIRONMENT
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 19 Apr 2011 20:52:54 +0000 (22:52 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 19 Apr 2011 20:52:54 +0000 (22:52 +0200)
* tests/Makefile.am (TESTS_ENVIRONMENT): Renamed to ...
(AM_TESTS_ENVIRONMENT): ... this.

ChangeLog
tests/Makefile.am
tests/Makefile.in

index 4e4c2202d596459916e10824bd629f82db98c6b0..6ea78a280b45c6fd5b5458e254a38de358bfba26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-19  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests: prefer AM_TESTS_ENVIRONMENT to TESTS_ENVIRONMENT
+       * tests/Makefile.am (TESTS_ENVIRONMENT): Renamed to ...
+       (AM_TESTS_ENVIRONMENT): ... this.
+
 2011-04-18  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests: don't allow `$me' to be overridden from the environment
index b95d54ce331e7c08b5ab490af08c611cee1e95d9..1c1c200b703fd9c9fd644e9ed5d8b525b9441f3c 100644 (file)
@@ -100,7 +100,7 @@ XFAIL_TESTS += $(instspc_xfail_tests)
 
 # The testsuite variable `$me' should be overridable from the
 # test scripts, but not from the environment.
-TESTS_ENVIRONMENT = test x"$$me" = x || unset me;
+AM_TESTS_ENVIRONMENT = test x"$$me" = x || unset me;
 
 TESTS = \
 aclocal.test \
index 9beb9682ed956ad39d9f249ac9de530872163bd9..76e458803410ab1956d9663da6050b86157afeb4 100644 (file)
@@ -365,7 +365,7 @@ instspc_xfail_tests = instspc-squote-build.test \
 
 # The testsuite variable `$me' should be overridable from the
 # test scripts, but not from the environment.
-TESTS_ENVIRONMENT = test x"$$me" = x || unset me;
+AM_TESTS_ENVIRONMENT = test x"$$me" = x || unset me;
 TESTS = \
 aclocal.test \
 aclocal3.test \