From 228bacfad1ad893aeadf10d69123d46990ed3fd8 Mon Sep 17 00:00:00 2001 From: bkoz Date: Sat, 12 May 2001 17:45:46 +0000 Subject: [PATCH] 2001-05-11 Benjamin Kosnik * testsuite_flags.in: New, simplified interface. * testsuite/lib/libstdc++-v3-dg.exp: New test harness. * testsuite/libstdc++-v3.dg: Add. * testsuite/libstdc++-v3.dg/dg.exp: Add. * testsuite/Makefile.am: Change tool to libstdc++-v3. * configure.in: Output testsuite_flags. * acinclude.m4: Substitute src, bld, and prefix dirs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41998 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/testsuite_flags.in | 62 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100755 libstdc++-v3/testsuite_flags.in diff --git a/libstdc++-v3/testsuite_flags.in b/libstdc++-v3/testsuite_flags.in new file mode 100755 index 0000000..e33fc8d --- /dev/null +++ b/libstdc++-v3/testsuite_flags.in @@ -0,0 +1,62 @@ +#!/bin/sh + +# +# This script computes the various flags needed to run GNU C++ testsuites +# (compiler specific as well as library specific). +# +# Written by Benjamin Kosnik +# Gabriel Dos Reis +# + +# Print a message saying how this script is intended to be invoked +print_usage() { + cat <