This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Houston, we have threads...
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>, Adam Megacz <gcj at lists dot megacz dot com>, java at gcc dot gnu dot org
- Date: 12 Dec 2001 22:12:18 -0700
- Subject: Re: Houston, we have threads...
- References: <Pine.LNX.4.10.10112122233441.16687-100000@mars.deadcafe.org>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> Come to think of it... how does one go about running the
Jeff> testsuite for a non-native build like mingw?
For execution tests, you need to set up dejagnu to handle your
situation. For instance, in the past for cross builds I've done this
by using a simulator.
For mingw you could build under Cygwin (build a cygwin-x-mingw cross)
and run the tests natively. Maybe. I don't know that anybody has
ever tried this.
I think it is also possible to set up dejagnu so that it copies files
to a Windows box and executes them there. Hacking might be involved.
Tom