Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this is a known failure. Mark it as is, do not mask it
[simgrid.git] / examples / java / suspend / Makefile.am
index dbe489c..349ef8a 100644 (file)
@@ -4,7 +4,8 @@ EXTRA_DIST=suspend_deployment.xml suspend_platform.xml surfxml.dtd
 noinst_JAVA= DreamMaster.java LazyGuy.java SuspendTest.java
 
 # Declare test class 
-# TESTS=SuspendTest.class (broken test)
+TESTS=SuspendTest.class
+XFAIL_TESTS=SuspendTest.class
 
 include $(srcdir)/../java_test.mk