This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: automatic testing using a simulator
- To: "Michael Staudenmaier (r46720)" <michael dot staudenmaier at motorola dot com>
- Subject: Re: automatic testing using a simulator
- From: Geoff Keating <geoffk at geoffk dot org>
- Date: 15 Mar 2001 14:08:05 -0800
- CC: gcc at gcc dot gnu dot org
- References: <3AB0B881.8873899A@motorola.com>
"Michael Staudenmaier (r46720)" <michael.staudenmaier@motorola.com> writes:
> Hi,
>
> i am currently porting gcc to a new platform. Unfortunatly i didn't
> manage to get the c executable tests running. (compile-tests are
> running).
> I already inserted a description in /usr/share/dejagnu/baseboards/ and
> /usr/share/dejagnu/config/
> Calling "make check" always assumes the target is "unix".
You can change the target by saying 'make check RUNTESTFLAGS=--target_board=my-sim'.
--
- Geoffrey Keating <geoffk@geoffk.org>