Changeset 1597 for branches/GNU/src/gcc/INSTALL/test.html
- Timestamp:
- Nov 3, 2004, 7:16:10 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc/INSTALL/test.html
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1596 r1597 4 4 <meta http-equiv="Content-Type" content="text/html"> 5 5 <meta name="description" content="Installing GCC: Testing"> 6 <meta name="generator" content="makeinfo 4.6"> 6 <meta name="generator" content="makeinfo 4.5"> 7 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home"> 7 8 <!-- 8 9 Copyright © 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, … … 25 26 software. Copies published by the Free Software Foundation raise 26 27 funds for GNU development.--> 27 <meta http-equiv="Content-Style-Type" content="text/css">28 <style type="text/css"><!--29 pre.display { font-family:inherit }30 pre.format { font-family:inherit }31 pre.smalldisplay { font-family:inherit; font-size:smaller }32 pre.smallformat { font-family:inherit; font-size:smaller }33 pre.smallexample { font-size:smaller }34 pre.smalllisp { font-size:smaller }35 --></style>36 28 </head> 37 29 <body> … … 82 74 <h3 class="section"><a name="TOC0"></a>How can I run the test suite on selected tests?</h3> 83 75 84 <p>In order to run sets of tests selectively, there are targets76 <p>In order to run sets of tests selectively, there are targets 85 77 <code>make check-gcc</code> and <code>make check-g++</code> 86 78 in the <code>gcc</code> subdirectory of the object directory. You can also … … 112 104 <h3 class="section"><a name="TOC1"></a>Additional testing for Java Class Libraries</h3> 113 105 114 <p>The <a href="http://sources.redhat.com/mauve/">Mauve Project</a> provides106 <p>The <a href="http://sources.redhat.com/mauve/">Mauve Project</a> provides 115 107 a suite of tests for the Java Class Libraries. This suite can be run 116 108 as part of libgcj testing by placing the Mauve tree within the libjava … … 126 118 <h3 class="section"><a name="TOC2"></a>How to interpret test results</h3> 127 119 128 <p>The result of running the testsuite are various <code>*.sum</code> and <code>*.log</code>120 <p>The result of running the testsuite are various <code>*.sum</code> and <code>*.log</code> 129 121 files in the testsuite subdirectories. The <code>*.log</code> files contain a 130 122 detailed log of the compiler invocations and the corresponding … … 149 141 <h3 class="section"><a name="TOC3"></a>Submitting test results</h3> 150 142 151 <p>If you want to report the results to the GCC project, use the143 <p>If you want to report the results to the GCC project, use the 152 144 <code>contrib/test_summary</code> shell script. Start it in the <var>objdir</var> with 153 145 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.