X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ddb8c73a0006792523cc465a86f9fd5894762f8d..0518c56eb90592d6eab49d785ac4440d13b43446:/examples/java/suspend/Makefile.am diff --git a/examples/java/suspend/Makefile.am b/examples/java/suspend/Makefile.am index c0c8a2c26b..dbe489cb35 100644 --- a/examples/java/suspend/Makefile.am +++ b/examples/java/suspend/Makefile.am @@ -1,12 +1,10 @@ -EXTRA_DIST=msg_test_suspend_deployment.xml msg_test_suspend_platform.xml surfxml.dtd +EXTRA_DIST=suspend_deployment.xml suspend_platform.xml surfxml.dtd # Declare sources: noinst_JAVA= DreamMaster.java LazyGuy.java SuspendTest.java -# Declare test class -#if HAVE_JAVA -TESTS=SuspendTest.class -#endif +# Declare test class +# TESTS=SuspendTest.class (broken test) include $(srcdir)/../java_test.mk