Installation stuff.
[official-gcc.git] / INSTALL / test.html
blobf962473a605227bb18fa2970de57c2038150ce8c
1 <html>
2 <head>
3 <title>Testing egcs-1.00 </title>
4 </head>
5 <body bgcolor="white">
6 <h1 align="center">Testing egcs-1.00</h1>
8 <p>Before you install egcs, you might wish to run the egcs testsuite; this
9 step is optional and may require you to download additional software.
11 <p>First, you must have downloaded the egcs testsuites; the full distribution
12 contains testsuites. If you downloaded the "core" compiler plus any front
13 ends, then you do not have the testsuites. You can download the testsuites
14 from the same site where you downloaded the core distribution and language
15 front ends.
17 <p>Second, you must have a new version of dejagnu on your system; dejagnu-1.3
18 will not work. We have made a
19 <a href="ftp://ftp.cygnus.com/pub/egcs/infrastructure/dejagnu-971028.tar.gz">
20 dejagnu snapshot</a> available in ftp.cygnus.com:/pub/egcs/infrastructure until
21 a new version of dejagnu can be released.
23 <p>Assuming you've got the testsuites unpacked and have installed an appropriate
24 dejagnu, you can run the testsuite with "cd <i>objdir</i>; make -k check".
25 This may take a long time. Go get some lunch.
27 <p>The testing process will try to test as many components in the egcs
28 distrubution as possible, including the C, C++ and Fortran compiler as
29 well as the C++ runtime libraries.
31 <p> How to interpret test results XXX.
33 <hr>
34 <i>Last modified on December 1, 1997.</i>
36 </body>
37 </html>