diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-16 10:00:23 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-16 10:00:23 +0000 |
commit | 3f38d150163b6200bcb7f9dea59c130eabf06b5a (patch) | |
tree | 0391408e37512d60bb347d32f43e7bfbbc80f586 /gcc/testsuite/README | |
parent | 51ba663dacf40a700a19fbea03d830aa32921bbc (diff) | |
download | gcc-3f38d150163b6200bcb7f9dea59c130eabf06b5a.tar.gz |
* README, lib/file-format.exp: Remove EGCS references.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36879 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/README')
-rw-r--r-- | gcc/testsuite/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/testsuite/README b/gcc/testsuite/README index 7d064730daf..ff9f9e4c617 100644 --- a/gcc/testsuite/README +++ b/gcc/testsuite/README @@ -1,13 +1,13 @@ -This is a collection of tests for the C and C++ frontends of EGCS. For +This is a collection of tests for the C and C++ frontends of GCC. 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. +ftp://gcc.gnu.org/pub/gcc/infrastructure, for example. Most of these tests were originally developed and/or collected by -Cygnus Solutions, but these days many are being added by the EGCS +Cygnus Solutions, but these days many are being added by the GCC developers. These tests are included "as is". If any of them fails, do not report @@ -17,7 +17,7 @@ gcc@gcc.gnu.org; additions and changes to should go to sent to gcc-patches@gcc.gnu.org. The entire testsuite is invoked by `make check` at the top level of -the EGCS tree. `make check-g++` runs the C++ testsuite only. +the GCC tree. `make check-g++` runs the C++ testsuite only. STRUCTURE OF THE TESTSUITE |