summaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2014-11-27 12:45:44 +0000
committerGary V. Vaughan <gary@gnu.org>2014-11-27 12:45:44 +0000
commitbb68bc18379fb91f9ea39a5bb4870a05e1f7516a (patch)
tree8d7fed0ef0c656e5a97698540ccdc11dfd4138b7 /tests/testsuite.at
parent64a09a29e335b68d1996d36c95cd95a1f85b2bcf (diff)
downloadm4-bb68bc18379fb91f9ea39a5bb4870a05e1f7516a.tar.gz
modules: clean up no-longer supported preloading references.
* doc/m4.texi: Remove references to preloaded modules. * configure.ac (Preloaded module configuration): Remove. * Makefile.am (src_m4_LDFLAGS): Remove. DLPREOPEN no longer set. (src_m4_DEPENDENCIES): Remove PREOPEN_DEPENDENCIES reference. * tests/atlocal.in (DYNAMIC_MODULES): Remove. * tests/testsuite.at (AT_CHECK_DYNAMIC_MODULE): Remove. * tests/builtins.at, tests/modules.at: Remove references to removed AT_CHECK_DYNAMIC_MODULE. * tests/generate.awk: Don't generate AT_CHECK_DYNAMIC_MODULE calls. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index aad7f0d0..a7cdfc47 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -141,17 +141,6 @@ m4_pattern_allow([^dnl$])
# We exercise m4.
AT_TESTED([m4])
-# AT_CHECK_DYNAMIC_MODULE
-# -----------------------
-# Add keyword `module' to the test, and skip the test if dynamic
-# modules were disabled at configure time.
-m4_define([AT_CHECK_DYNAMIC_MODULE],
-[AT_KEYWORDS([module])
-AT_CHECK([if test "x$DYNAMIC_MODULES" = xno ; then
- echo Dynamic module support not detected, skipping this test.
- exit 77
-fi])])
-
# AT_CHECK_GMP
# -----------------------
# Add keyword `gmp' to the test, and skip the test if the use of GMP