Installation stuff.
[official-gcc.git] / INSTALL / TEST
blob50620b1e558170a8d24450534beaee8cf566be97
1 Testing egcs-1.00
3 Before you install egcs, you might wish to run the egcs testsuite; this step is
4 optional and may require you to download additional software. 
6 First, you must have downloaded the egcs testsuites; the full distribution
7 contains testsuites. If you downloaded the "core" compiler plus any front ends,
8 then you do not have the testsuites. You can download the testsuites from the
9 same site where you downloaded the core distribution and language front ends. 
11 Second, you must have a new version of dejagnu on your system; dejagnu-1.3
12 will not work. We have made a dejagnu snapshot available in
13 ftp.cygnus.com:/pub/egcs/infrastructure until a new version of dejagnu can be
14 released. 
16 Assuming you've got the testsuites unpacked and have installed an appropriate
17 dejagnu, you can run the testsuite with "cd objdir; make -k check". This may
18 take a long time. Go get some lunch. 
20 The testing process will try to test as many components in the egcs distrubution
21 as possible, including the C, C++ and Fortran compiler as well as the C++
22 runtime libraries.