X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2033091e2339a120d594b4cbf81a89d72faa0d05..9a49f9d2a3af185725e3fa3ee91803b6c76b38aa:/examples/java/comm_time/Makefile.am diff --git a/examples/java/comm_time/Makefile.am b/examples/java/comm_time/Makefile.am index fa37c38564..2cb867b5a8 100644 --- a/examples/java/comm_time/Makefile.am +++ b/examples/java/comm_time/Makefile.am @@ -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