Re: using test suite outside of build directory

2005-03-16 Thread Mike Stump
On Wednesday, March 16, 2005, at 08:57 AM, Jack Howarth wrote: I am wondering if it is at all possible to coax the gcc 4.0 testsuite to run cleanly with a binary installation of gcc 4.0? Yes. CC_UNDER_TEST=gcc runtest --srcdir=. --tool gcc or something like that.

using test suite outside of build directory

2005-03-16 Thread Jack Howarth
I am wondering if it is at all possible to coax the gcc 4.0 testsuite to run cleanly with a binary installation of gcc 4.0? That is does the testsuite absolutely have to be run from within the gcc build directory structure or can one run it standalone (to see where a given gcc 4.0 distribution s