From 5380a8a716781f153e9294c32f43417173e3f090 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 3 Jun 2008 20:36:52 +0000 Subject: [PATCH] Ok, amok tests do fail. I know that, but I'm sick of delaying the release for that piece of code that nobody uses (beside Lionel of course) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5510 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/amok/Makefile.am | 1 + examples/amok/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/amok/Makefile.am b/examples/amok/Makefile.am index e13a11aa10..0ddf956311 100644 --- a/examples/amok/Makefile.am +++ b/examples/amok/Makefile.am @@ -80,4 +80,5 @@ saturate/_saturate_simulator.c saturate/_saturate_sensor.c saturate/_saturate_ma # Cruft # ######### EXTRA_DIST+=$(TESTS) +XFAIL_TESTS+=$(TESTS) include $(top_srcdir)/acmacro/dist-files.mk diff --git a/examples/amok/Makefile.in b/examples/amok/Makefile.in index 567d306116..6db7a36c07 100644 --- a/examples/amok/Makefile.in +++ b/examples/amok/Makefile.in @@ -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 -- 2.20.1