Newbie Mauve Question

Andreas Tobler toa@pop.agri.ch
Sat Jan 3 18:47:00 GMT 2004


Hi Mohan,

Mohan Embar wrote:
> Hi People,
> 
> I'm trying to figure out how to use Mauve with gcj. I used recent
> CVS gets of gcj and Mauve:
> 
> ./configure --with-gcj --enable-gcj-classes --enable-class-files
> 
> Then this:
> 
> make check KEYS=libgcj
> 
> ...where mauve-libgcj is copied from the libjava directory
> to the Mauve source directory.
> 
> I get the following output. Any insights? Still not clear
> on what the "proper" way to use Mauve is for certifying
> a patch on the mainline.

The simplest way for me is run it as part of the make check of libgcj.

Place a cvs co of mauve into the directory:

gcc/libjava/testsuite/libjava.mauve.

Then make sure you have a recent automake/friends pair installed (> 1.6 
and 2.57, just in case)

Now, having completed a build of libgcj you can either run "make check" 
in the libjava builddir and everything including mauve will be tested.
Or, you only want to run mauve then you say "make 
RUNTESTFLAGS='mauve.exp' check"

Later you can even run single tests in mauve. Will tell you later if you 
need it :)

Good luck,

Andreas



More information about the Java mailing list