X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=tests%2Fregression%2Fnative%2FMakefile.am;h=53ed06c45ca863f5b3e665c32290dd1c761b417c;hb=add35c29eddac8e51219ba6410234e89e23fa796;hp=08cafa05665b33ec79473b9301d0401939d37da5;hpb=ec8a7825ec4c6c114b39cb3cfb5694bc68c8fc59;p=cacao.git diff --git a/tests/regression/native/Makefile.am b/tests/regression/native/Makefile.am index 08cafa056..53ed06c45 100644 --- a/tests/regression/native/Makefile.am +++ b/tests/regression/native/Makefile.am @@ -28,7 +28,7 @@ ## ## Changes: ## -## $Id: Makefile.am 5015 2006-06-06 13:13:46Z twisti $ +## $Id: Makefile.am 5404 2006-09-07 13:29:05Z christian $ ## Process this file with automake to produce Makefile.in @@ -67,7 +67,7 @@ TESTNAMES = \ check: $(TESTNAMES) $(TESTNAMES) $(NOTESTNAMES): - @$(JAVAC) -d . $(srcdir)/$@.java + @$(JAVAC) -nowarn -d . $(srcdir)/$@.java @$(JAVAH) $@ @$(CC) -shared $(AM_CPPFLAGS) $(CFLAGS) $(srcdir)/$@.c -o lib$@.so -fPIC @$(SHELL) $(srcdir)/../Test.sh "$(JAVA) $(JAVAFLAGS)" $@ $(srcdir)