diff options
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | 2003-01-28 18:05:33 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2003-01-28 17:05:33 +0000 |
commit | 5db544e164f495bf4e1b98aa843df938bca92668 (patch) | |
tree | 4ae6afdb4622515c2ae3ee58356871efb669eea8 | |
parent | 371c988bb78ae22bdacf43cb36f4431851ad3477 (diff) | |
download | gcc-5db544e164f495bf4e1b98aa843df938bca92668.zip gcc-5db544e164f495bf4e1b98aa843df938bca92668.tar.gz gcc-5db544e164f495bf4e1b98aa843df938bca92668.tar.bz2 |
README: Move relevant parts from README.g++.
* README: Move relevant parts from README.g++.
* README.g++: Remove this file.
From-SVN: r61982
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/README | 21 | ||||
-rw-r--r-- | gcc/testsuite/README.g++ | 33 |
3 files changed, 27 insertions, 33 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5523ceb..dc3f617 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2003-01-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * README: Move relevant parts from README.g++. + + * README.g++: Remove this file. + 2003-01-28 Nathan Sidwell <nathan@codesourcery.com> * g++.dg/abi/dcast1.C: New test. diff --git a/gcc/testsuite/README b/gcc/testsuite/README index ff9f9e4..5cafb4f 100644 --- a/gcc/testsuite/README +++ b/gcc/testsuite/README @@ -48,3 +48,24 @@ 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. + + +Finally, some random last minute notes by Mike Stump <mrs@cygnus.com>, on +how to run tests (in the GCC 2.7 era): + + runtest --tool g++ --srcdir ./testsuite + +where + + runtest Is the name used to invoke DejaGnu. If DejaGnu is not + install this will be the relative path name for runtest. + + --tool This tells DejaGnu which tool you are testing. It is + mainly used to find the testsuite directories for a + particular tool when several testsuites are in the + same directory. (like the gcc and g++ testsuites) + + --srcdir This points to the top level of the directory + containing the sources of the testsuite. This is + ./testsuite if you are in the directory that has the + testsuite directory. diff --git a/gcc/testsuite/README.g++ b/gcc/testsuite/README.g++ deleted file mode 100644 index 7ded0fd..0000000 --- a/gcc/testsuite/README.g++ +++ /dev/null @@ -1,33 +0,0 @@ -Here are some random last minute notes by this file's original maintainer, -Mike Stump <mrs@cygnus.com>: - -> and the command - -> runtest --tool g++ --srcdir ./testsuite - -> doesn't work. I got it to work by explicitly setting CXX and CXXFLAGS -> on the command line, e.g. - -> runtest --tool g++ --srcdir ./testsuite CXX=g++ CXXFLAGS="" - -site.exp updated to have right CXXFLAGS and CXX, but not at the FSF yet. - - - To run the tests, first change to the gcc-2.7.1 directory, then type: - - runtest --tool g++ --srcdir ./testsuite - -Here's a brief explanation. - -runtest - Is the name used to invoke DejaGnu. If DejaGnu is not - install this will be the relative path name for runtest. - ---tool - This tells DejaGnu which tool you are testing. It is - mainly used to find the testsuite directories for a - particular tool when several testsuites are in the - same directory. (like the gcc and g++ testsuites) - ---srcdir - This points to the top level of the directory - containing the sources of the testsuite. This is - ./testsuite if you are in the directory that has the - testsuite directory. |