summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/ax/runtest.in5
-rw-r--r--t/local.mk5
2 files changed, 10 insertions, 0 deletions
diff --git a/t/ax/runtest.in b/t/ax/runtest.in
index 499b85299..91a5afd52 100644
--- a/t/ax/runtest.in
+++ b/t/ax/runtest.in
@@ -45,6 +45,11 @@ export srcdir
# test scripts, but not from the environment.
# Keep this in sync with the 'Makefile.am:AM_TESTS_ENVIRONMENT'.
for v in \
+ ACLOCAL \
+ AUTOCONF \
+ AUTOHEADER \
+ AUTOMAKE \
+ AUTOUPDATE \
required \
am_test_protocol \
am_serial_tests \
diff --git a/t/local.mk b/t/local.mk
index 31d43e868..8a7cab3b2 100644
--- a/t/local.mk
+++ b/t/local.mk
@@ -42,6 +42,11 @@ TESTS =
# Keep this in sync with the similar list in ax/runtest.in.
AM_TESTS_ENVIRONMENT = \
for v in \
+ ACLOCAL \
+ AUTOCONF \
+ AUTOHEADER \
+ AUTOMAKE \
+ AUTOUPDATE \
required \
am_test_protocol \
am_serial_tests \