diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-07 15:40:17 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-07 15:40:17 +0000 |
commit | 962dee4bd440e37c66761ddb9e6857992e03a091 (patch) | |
tree | 27c10242e71ecac2d1c8c44d95c3f65e823d44e7 /gcc/testsuite/README | |
parent | 5f8dfff7935f8db2412f8d66549de3b9c6f0fdc1 (diff) | |
download | gcc-962dee4bd440e37c66761ddb9e6857992e03a091.tar.gz |
new
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25071 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/README')
-rw-r--r-- | gcc/testsuite/README | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gcc/testsuite/README b/gcc/testsuite/README index 84cd3919921..2b336f5b29d 100644 --- a/gcc/testsuite/README +++ b/gcc/testsuite/README @@ -7,7 +7,7 @@ need a current DejaGnu snapshot, which is available from ftp://egcs.cygnus.com/pub/egcs/infrastructure, for example. Most of these tests were originally developed and/or collected by -Cygnus Support, but these days many are being added by the EGCS +Cygnus Solutions, but these days many are being added by the EGCS developers. These tests are included "as is". If any of them fails, do not report @@ -22,8 +22,8 @@ the EGCS tree. `make check-g++` runs the C++ testsuite only. STRUCTURE OF THE TESTSUITE -All C++ tests reside in subdirectories of g++.old-deja, based on the -following structure: +Almost all C++ tests reside in subdirectories of g++.old-deja, based on +the following structure: g++.benjamin Tests by Benjamin Koz g++.bob @@ -43,3 +43,8 @@ following structure: g++.rfg g++.robertl Tests from egcs-bugs@egcs.cygnus.com, gathered by Robert Lipe +g++.old-deja uses a fixed driver for all g++ tests based on the old +DejaGnu drivers. But just because its old, doesn't mean its redundant! +Tests that want to use the normal dg.exp driver can be put in g++.dg instead. +This may be required for platform-specific tests, or tests with other +special requirements. |