This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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: Houston, we have threads...


>>>>> "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


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