Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Properly say the test suite that java tests are not run when it's the case
[simgrid.git] / examples / java / comm_time / Makefile.am
index f6b3a60..c469a01 100644 (file)
@@ -11,13 +11,13 @@ EXTRA_DIST=comm_time_deployment.xml comm_time_platform.xml
 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