Ignore:
Timestamp:
Nov 3, 2004, 7:16:10 AM (21 years ago)
Author:
bird
Message:

GCC v3.3.5 - official sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc/INSTALL/test.html

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1596 r1597  
    44<meta http-equiv="Content-Type" content="text/html">
    55<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">
    78<!--
    89Copyright &copy; 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
     
    2526     software.  Copies published by the Free Software Foundation raise
    2627     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>
    3628</head>
    3729<body>
     
    8274<h3 class="section"><a name="TOC0"></a>How can I run the test suite on selected tests?</h3>
    8375
    84 <p>In order to run sets of tests selectively, there are targets
     76   <p>In order to run sets of tests selectively, there are targets
    8577<code>make check-gcc</code> and <code>make check-g++</code>
    8678in the <code>gcc</code> subdirectory of the object directory.  You can also
     
    112104<h3 class="section"><a name="TOC1"></a>Additional testing for Java Class Libraries</h3>
    113105
    114 <p>The <a href="http://sources.redhat.com/mauve/">Mauve Project</a> provides
     106   <p>The <a href="http://sources.redhat.com/mauve/">Mauve Project</a> provides
    115107a suite of tests for the Java Class Libraries.  This suite can be run
    116108as part of libgcj testing by placing the Mauve tree within the libjava
     
    126118<h3 class="section"><a name="TOC2"></a>How to interpret test results</h3>
    127119
    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>
    129121files in the testsuite subdirectories.  The <code>*.log</code> files contain a
    130122detailed log of the compiler invocations and the corresponding
     
    149141<h3 class="section"><a name="TOC3"></a>Submitting test results</h3>
    150142
    151 <p>If you want to report the results to the GCC project, use the
     143   <p>If you want to report the results to the GCC project, use the
    152144<code>contrib/test_summary</code> shell script.  Start it in the <var>objdir</var> with
    153145
Note: See TracChangeset for help on using the changeset viewer.