aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/testsuite/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/testsuite/configure.in')
-rw-r--r--libstdc++/testsuite/configure.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/libstdc++/testsuite/configure.in b/libstdc++/testsuite/configure.in
new file mode 100644
index 00000000000..21a6c8c59b6
--- /dev/null
+++ b/libstdc++/testsuite/configure.in
@@ -0,0 +1,23 @@
+# This file is a shell script fragment that supplies the information
+# necessary for a configure script to process the program in
+# this directory. For more information, look at ../../configure.
+
+configdirs=
+srctrigger=configure.in
+srcname="tests for ANSI C++ library, dejagnu style"
+package_makefile_frag=Make.pack
+
+# per-host:
+
+# per-target:
+
+target_makefile_frag=../target-mkfrag
+
+TO_TOPDIR=../../
+ALL=' '
+XCXXINCLUDES="-I${srcdir}/.. -I${srcdir}/../stl -I${TO_TOPDIR}libio -I${srcdir}/${TO_TOPDIR}libio"
+TESTS="tcomplex tstring tlist tmap tvector"
+MOSTLYCLEAN="*.o core ${TESTS} *.out"
+(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag}
+
+# post-target: