This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
testsuite question
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: GCC-Java <java at gcc dot gnu dot org>
- Date: Wed, 06 Feb 2002 22:20:05 +0100
- Subject: testsuite question
- Organization: zero
Hi,
I try to run with make check the testsuite in libjava. But I fail nearly
in every case. Most often it tells me that mo main is given.
Trying to run the test by hand, means compile and exceute on the command
line works. Except gij. But for example Array_1 in libjava.lang I get:
FAIL: Array_1 compilation from source
ERROR: No `main' given in program Array_1
Doing it with gcj -o Array_1 Array_1.java --main= Array_1 works and
gives the output mentioned in .out.
Any ideas?
Thanks,
Andreas
P.S, all on darwin....