Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ok, amok tests do fail. I know that, but I'm sick of delaying the release for that...
[simgrid.git] / examples / amok / Makefile.in
index 567d306..6db7a36 100644 (file)
@@ -50,7 +50,6 @@ noinst_PROGRAMS = bandwidth/bandwidth_maestro$(EXEEXT) \
        saturate/saturate_maestro$(EXEEXT) \
        saturate/saturate_sensor$(EXEEXT) \
        saturate/saturate_simulator$(EXEEXT)
-XFAIL_TESTS =
 @GRAS_ARCH_32_BITS_TRUE@am__append_1 = bandwidth/bandwidth_rl.tesh bandwidth/bandwidth_sg_32.tesh
 @GRAS_ARCH_32_BITS_FALSE@am__append_2 = bandwidth/bandwidth_rl.tesh bandwidth/bandwidth_sg_64.tesh
 @GRAS_ARCH_32_BITS_TRUE@am__append_3 = saturate/saturate_rl.tesh saturate/saturate_sg_32.tesh
@@ -286,6 +285,7 @@ EXTRA_DIST = bandwidth/bandwidth.xml saturate/saturate.xml $(TESTS)
 TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh
 TESTS = $(am__append_1) $(am__append_2) $(am__append_3) \
        $(am__append_4)
+XFAIL_TESTS = $(TESTS)
 LDADD_SG = $(top_builddir)/src/libsimgrid.la
 LDADD_RL = $(top_builddir)/src/libgras.la
 bandwidth_bandwidth_simulator_SOURCES = bandwidth/bandwidth.c bandwidth/_bandwidth_simulator.c