From 70769376dbb084d23630ddac9fbeb07f0ee2d204 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Sat, 12 May 2001 17:45:46 +0000 Subject: testsuite_flags.in: New, simplified interface. 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. From-SVN: r41998 --- libstdc++-v3/testsuite_flags.in | 62 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100755 libstdc++-v3/testsuite_flags.in (limited to 'libstdc++-v3') 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 <