From 986c68e702f191e05b09e580e6170502b4acf65a Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 19 Apr 2011 22:52:54 +0200 Subject: [PATCH] tests: prefer AM_TESTS_ENVIRONMENT to TESTS_ENVIRONMENT * tests/Makefile.am (TESTS_ENVIRONMENT): Renamed to ... (AM_TESTS_ENVIRONMENT): ... this. --- ChangeLog | 6 ++++++ tests/Makefile.am | 2 +- tests/Makefile.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4e4c2202d..6ea78a280 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-19 Stefano Lattarini + + tests: prefer AM_TESTS_ENVIRONMENT to TESTS_ENVIRONMENT + * tests/Makefile.am (TESTS_ENVIRONMENT): Renamed to ... + (AM_TESTS_ENVIRONMENT): ... this. + 2011-04-18 Stefano Lattarini tests: don't allow `$me' to be overridden from the environment diff --git a/tests/Makefile.am b/tests/Makefile.am index b95d54ce3..1c1c200b7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 \ diff --git a/tests/Makefile.in b/tests/Makefile.in index 9beb9682e..76e458803 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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 \ -- 2.47.2