Notes from the testing BOF at the summit

Jim Wilson wilson@specifixinc.com
Tue Jun 8 05:10:00 GMT 2004


Laurent GUERBY wrote:
> Is there also a way to run the testsuite with an installed compiler (in
> PATH) instead of in the build directory before install?

dejagnu will take a compiler from your PATH if there isn't one in the 
current directory.  So you can do something like this

     export PATH=...
     mkdir testdir
     cd testdir
     ../gcc/configure
     make configure-gcc
     make check-gcc

If you want to test something else, then you will need to make other 
configure-* targets, e.g. configure-target-libjava if you want to do 
make check-target-libjava.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



More information about the Gcc mailing list