This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: How to use GCC testsuite..?
- From: Saurabh Verma <saurabh dot verma at codito dot com>
- To: Venkatesan Jeevanandam <Venkatesan_jeevanandam at mindtree dot com>
- Cc: gcc at gcc dot gnu dot org, gcc-help at gcc dot gnu dot org, Tehila Meyzels <TEHILA at il dot ibm dot com>
- Date: Wed, 27 Jun 2007 15:57:39 +0530
- Subject: Re: How to use GCC testsuite..?
- References: <OF300A4B1D.58E1541E-ONC2257306.0071F19C-C2257306.0075126D@il.ibm.com>
- Reply-to: saurabh dot verma at codito dot com
The testsuite can be run with a simulator too (in absence of real
hardware). You can refer to the *-sim.exp files in the dejagnu
baseboards directory for sample specifications.
HTH
regards
saurabh
On Wed, 2007-06-27 at 00:18 +0300, Tehila Meyzels wrote:
>
> AFAIK, if you don't have such machine, you won't be able to run all
> the
> "need-to-be-executed" tests.
> Only the tests that not suppose to run will be tested (like
> compilation-only tests).