On 10/5/07, Brian Dessent <[EMAIL PROTECTED]> wrote: > Mohamed Shafi wrote: > > > I want to know whether its possible to run the gcc testsuite without > > actually building the complier. > > > > I have the dejagnu framework, compiler executables and i have the gcc > > test suite. So is it possible to run the testsuite without building > > the complier? > > Use the contrib/test_installed script. >
I used the script and even tried to execute the runtest command directly but the framework is not picking up the simulator for my target. If i run the testsuite using make check-gcc command from the build directory everything is fine. What could be the problem? Regards, Shafi