From: Benjamin Kosnik Date: Sat, 12 May 2001 17:45:46 +0000 (+0000) Subject: testsuite_flags.in: New, simplified interface. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70769376dbb084d23630ddac9fbeb07f0ee2d204;p=gcc.git 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 --- diff --git a/libstdc++-v3/testsuite_flags.in b/libstdc++-v3/testsuite_flags.in new file mode 100755 index 00000000000..e33fc8d78ee --- /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 <