diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-10 09:27:19 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-10 09:27:19 +0000 |
commit | 21899771fb129105b028230ceddbc4632e583df9 (patch) | |
tree | 74b945ab536b30e34b15d81b4dcadd95ff5f4460 /gcc/testsuite/README | |
parent | e05fe4d491a88605a28dc20b34c3ab0efb2eaa9e (diff) | |
download | gcc-21899771fb129105b028230ceddbc4632e583df9.tar.gz |
* README: New file, general information about the testsuite and
new description of the various C++ test subdirectories.
* README.g++: Eliminate obsolete information, update and move most
relevant stuff to README.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23597 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/README')
-rw-r--r-- | gcc/testsuite/README | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/gcc/testsuite/README b/gcc/testsuite/README new file mode 100644 index 00000000000..bf9c2d90ba4 --- /dev/null +++ b/gcc/testsuite/README @@ -0,0 +1,45 @@ +This is a collection of tests for the C and C++ frontends of EGCS. For +further information please check README.gcc and README.g++, though the +latter may not be up-to-date any more. + +The driver that runs this testsuite is called DejaGnu and you will +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 +developers. + +These tests are included "as is". If any of them fails, do not report +a bug. Bug reports for DejaGnu can go to bug-dejagnu@prep.ai.mit.edu. +Discussion and comments about this testsuite should be sent to +egcs@cygnus.com; additions and changes to should go to sent to +egcs-patches@cygnus.com. + +The entire testsuite is invoked by `make check` at the top level of +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: + + g++.benjamin Tests by Benjamin Koz + g++.bob + g++.brendan Tests by Brendan Kehoe + g++.bugs + g++.eh Tests for exception handling + g++.ext Tests for g++ extensions + g++.gb Tests by Gerald Baumgartner + g++.jason Tests by Jason Merill + g++.jeff Tests by Jeffrey A Law + g++.martin Tests by Martin v. Löwis + g++.mike Tests by Mike Stump + g++.niklas Tests by Niklas Hallqvist + g++.ns Tests for namespaces + g++.other + g++.pt Tests for templates + g++.rfg + g++.robertl Tests from egcs-bugs@cygnus.com, gathered by Robert Lipe + |