This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to use GCC testsuite..?
- From: Tehila Meyzels <TEHILA at il dot ibm dot com>
- To: saurabh dot verma at codito dot com
- Cc: gcc at gcc dot gnu dot org, gcc-help at gcc dot gnu dot org, Venkatesan Jeevanandam <Venkatesan_jeevanandam at mindtree dot com>
- Date: Wed, 27 Jun 2007 13:41:17 +0300
- Subject: Re: How to use GCC testsuite..?
saurabh.verma@codito.com wrote on 27/06/2007 13:27:39:
> 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.
>
That's correct, I've forgotten that option.
(We used "systesim" in the past, in cases we didn't have the target (arch)
machine).
Tehila.
> 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).
>