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: Testsuite custom environment


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.



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