Various egcs-1.0.1 related changes.
[official-gcc.git] / INSTALL / TEST
blob66b5f3c2f3c55ad22e4e501d56be78e6a87fd6ff
2                              Testing egcs-1.0.1
3                                       
4    Before you install egcs, you might wish to run the egcs testsuite;
5    this step is optional and may require you to download additional
6    software.
7    
8    First, you must have downloaded the egcs testsuites; the full
9    distribution contains testsuites. If you downloaded the "core"
10    compiler plus any front ends, then you do not have the testsuites. You
11    can download the testsuites from the same site where you downloaded
12    the core distribution and language front ends.
13    
14    Second, you must have a new version of dejagnu on your system;
15    dejagnu-1.3 will not work. We have made a [1]dejagnu snapshot
16    available in ftp.cygnus.com:/pub/egcs/infrastructure until a new
17    version of dejagnu can be released.
18    
19    Assuming you've got the testsuites unpacked and have installed an
20    appropriate dejagnu, you can run the testsuite with "cd objdir; make
21    -k check". This may take a long time. Go get some lunch.
22    
23    The testing process will try to test as many components in the egcs
24    distrubution as possible, including the C, C++ and Fortran compiler as
25    well as the C++ runtime libraries.
26    
27    How to interpret test results XXX.
28      _________________________________________________________________
29                                       
30    Last modified on Jan 2, 1998.
32 References
34    1. ftp://ftp.cygnus.com/pub/egcs/infrastructure/dejagnu-971222.tar.gz