Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Further cleanups of the Java bindings:
[simgrid.git] / examples / java / comm_time / Makefile.am
index e3435b3..c469a01 100644 (file)
@@ -8,15 +8,16 @@
 EXTRA_DIST=comm_time_deployment.xml comm_time_platform.xml
 
 # Declare sources:
-JAVA_SRC=Master.java Slave.java CommTimeTest.java CommTimeTask.java
+JAVA_SRC=Master.java Slave.java CommTimeTest.java \
+         CommTimeTask.java FinalizeTask.java
 JAVA_TESTS=CommTimeTest.class
+TESTS=$(JAVA_TESTS)
 
 EXTRA_DIST+=$(JAVA_SRC)
 
 # Declare test class
 if HAVE_JAVA
   noinst_JAVA=$(JAVA_SRC)
-  TESTS=$(JAVA_TESTS)
 endif
 
 include $(srcdir)/../java_test.mk