Changed target to check.
authortwisti <none@none>
Thu, 23 Dec 2004 11:20:11 +0000 (11:20 +0000)
committertwisti <none@none>
Thu, 23 Dec 2004 11:20:11 +0000 (11:20 +0000)
tests/native/Makefile.am

index a0435352614d9f5b93ebd98a6c3bef51c5644d63..f2cc9e316a7046b1d0fac06231a700aec7f3bb78 100644 (file)
@@ -28,7 +28,7 @@
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 1773 2004-12-19 17:39:01Z jowenn $
+## $Id: Makefile.am 1821 2004-12-23 11:20:11Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -43,7 +43,7 @@ CACAO = $(top_srcdir)/src/cacao/cacao
 CACAOC = $(CACAO) at.dms.kjc.Main
 CACAOH = $(top_srcdir)/src/cacaoh/cacaoh
 
-all:
+check:
        $(CACAOC) testarguments.java
        $(CACAOH) testarguments
        $(CC) -shared $(INCLUDES) $(CFLAGS) testarguments.c -o libtestarguments.so -fPIC