summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/atlocal.in1
-rw-r--r--tests/local.at3
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 3c436cd9..241e3030 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -21,6 +21,7 @@
AWK='@AWK@'
EGREP='@EGREP@'
GREP='@GREP@'
+M4='@M4@'
PERL='@PERL@'
SED='@SED@'
diff --git a/tests/local.at b/tests/local.at
index 6062bcfa..536f9a54 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -24,6 +24,9 @@ m4_pattern_allow([^m4_(define|shift)$])
# Programs this package provides
AT_TESTED([autom4te autoconf autoheader autoupdate autoreconf ifnames])
+# System-provided programs that this package relies on
+AT_TESTED([$PERL $M4])
+
# Enable colored test output.
AT_COLOR_TESTS