This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how control testsuite


qinfeng.zhang@philips.com wrote:
So what should be done to direct testing? For only executing a.out is not acceptable.

We primarily use dejagnu for testing. See the dejagnu documentation, and then port dejagnu to your target. See the example target ports in the dejagnu baseboards directory. See also gcc documentation for testing which has info about dejagnu.
http://gcc.gnu.org/install/test.html
http://gcc.gnu.org/simtest-howto.html


The other question is how to set parameter for testing?

This is handled by dejagnu.


Jim


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]