Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
added SMPI_DEP to configure.ac and src/Makefile.am
[simgrid.git] / examples / java / comm_time / Makefile.am
index fa37c38..2cb867b 100644 (file)
@@ -3,8 +3,10 @@ EXTRA_DIST=comm_time_deployment.xml comm_time_platform.xml surfxml.dtd
 # Declare sources:
 noinst_JAVA= Master.java Slave.java CommTimeTest.java CommTimeTask.java
 
-# Declare test class
-TESTS=CommTimeTest.class
+#if HAVE_JAVA
+ # Declare test class
+ TESTS=CommTimeTest.class
+#endif
 
 include $(srcdir)/../java_test.mk