This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Testsuite custom environment
- From: Stephen Biggs <xyzzy at hotpop dot com>
- To: GCC list <gcc at gcc dot gnu dot org>
- Date: 22 May 2003 10:30:41 +0300
- Subject: Re: Testsuite custom environment
- References: <C5EED4B4-8B19-11D7-B7C3-003065A77310@apple.com>
Thanks everybody, for all the help.
The .expect.rc took care of my TORTURE_OPTIONS problem, but neither
.dejagnurc nor site.exp accept 'set_board_info' as a valid command.
On Wed, 2003-05-21 at 02:21, Mike Stump wrote:
> On Tuesday, May 20, 2003, at 02:59 PM, Janis Johnson wrote:
> > On Tue, May 20, 2003 at 02:41:41PM -0700, Janis Johnson wrote:
> >> I suppose it would help
> >> to read the documentation for expect.
> >
> > Score! I created a file ~/.expect.rc with the following:
> >
> > global TORTURE_OPTIONS
> > set TORTURE_OPTIONS [list { -O0 }]
> >
> > and the torture tests are run with only -O0.
>
> There is also a ~/.dejagnurc file as well. In addition, ~/site.exp can
> be used in complex ways as I recall.
>
>