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 5e659217ca07fbbe3aa102b5418d9895941aa896..6db7a36c073028afba530c6f14261485d857699b 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
@@ -776,11 +776,11 @@ uninstall-am:
 
 # Take care of generatated sources
 bandwidth/_bandwidth_simulator.c bandwidth/_bandwidth_sensor.c bandwidth/_bandwidth_maestro.c : bandwidth/bandwidth.c bandwidth/bandwidth.xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
-       cd bandwidth; ../$(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ bandwidth ../$(top_srcdir)/examples/amok/bandwidth/bandwidth.xml
+       cd bandwidth; $(abs_top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ bandwidth $(abs_top_srcdir)/examples/amok/bandwidth/bandwidth.xml
 
 # Take care of generatated sources
 saturate/_saturate_simulator.c saturate/_saturate_sensor.c saturate/_saturate_maestro.c : saturate/saturate.c saturate/saturate.xml $(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@
-       cd saturate; ../$(top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ saturate ../$(top_srcdir)/examples/amok/saturate/saturate.xml
+       cd saturate; $(abs_top_builddir)/tools/gras/gras_stub_generator@EXEEXT@ saturate $(abs_top_srcdir)/examples/amok/saturate/saturate.xml
 
 dist-files:
        @for n in $(DISTFILES) ; do echo $(SRCFILE)$$n; done