This is the mail archive of the java-patches@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: Making the testsuite work for Mauve without installing


>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:

Mark>         * lib/libjava.exp (libjava_init): Always use the just created
Mark>         libgcj.jar.
Mark> OK to commit? (mainline only I guess)

Mark> +    # Always use the just created libgcj.jar
Mark> +    append GCJ_UNDER_TEST " -I$objdir/../libgcj-3.1.jar"

This version number will change over time.  We need this code to use
the correct version number.

One idea would be to use the Tcl glob command to find the real name of
the jar file.  There may be better methods.  Offhand I don't know if
the gcj version number is already available to the test suite.

Tom


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