aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-04-05 14:28:59 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-04-05 14:28:59 +0000
commit7c72138aa2c52e51598f2a1f82325bb109f8b529 (patch)
tree71e92a4eeb8ae0617771fb4d01e8792b0ab72869 /libiberty/configure.in
parent4f65832d5c08d16601c8271909c5e1f9deca23ed (diff)
downloadgcc-7c72138aa2c52e51598f2a1f82325bb109f8b529.zip
gcc-7c72138aa2c52e51598f2a1f82325bb109f8b529.tar.gz
gcc-7c72138aa2c52e51598f2a1f82325bb109f8b529.tar.bz2
regress-demangle: New file.
* testsuite/regress-demangle: New file. * testsuite/demangle-expected: New file. * Makefile.in (all, check, installcheck, info, install-info, clean-info, dvi, install, etags, tags, mostlyclean, clean, distclean, maintainer-clean, realclean): Depend on corresponding `-subdir' target. (all-subdir check-subdir installcheck-subdir info-subdir install-info-subdir clean-info-subdir dvi-subdir install-info-subdir etags-subdir mostlyclean-subdir clean-subdir distclean-subdir maintainer-clean-subdir): New target. * testsuite/Makefile.in: New file. * configure: Rebuilt. * configure.in: Create testsuite/Makefile. From-SVN: r26205
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r--libiberty/configure.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in
index f02f035..9a49672 100644
--- a/libiberty/configure.in
+++ b/libiberty/configure.in
@@ -176,6 +176,7 @@ fi
# if the host does not provide alloca, we set ALLOCA to alloca.o
setobjs=
+CHECK=
if test -n "${with_target_subdir}"; then
# We are being configured as a target library. AC_REPLACE_FUNCS
@@ -210,8 +211,16 @@ if test -n "${with_target_subdir}"; then
setobjs=yes
fi
+
+else
+
+ # Not a target library, so we set things up to run the test suite.
+ CHECK=check-cplus-dem
+
fi
+AC_SUBST(CHECK)
+
if test -z "${setobjs}"; then
case "${host}" in
@@ -321,7 +330,7 @@ fi
AC_SUBST(INSTALL_DEST)
# We need multilib support, but only if configuring for the target.
-AC_OUTPUT(Makefile,
+AC_OUTPUT(Makefile testsuite/Makefile,
[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
if test -n "$CONFIG_FILES"; then
if test -n "${with_target_subdir}"; then