From: mquinson Date: Wed, 23 Dec 2009 16:15:19 +0000 (+0000) Subject: Also mark this test as expected failure in autotools X-Git-Tag: SVN~759 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/05e0c00b574a783583318c9651534dcb513777d1?ds=sidebyside Also mark this test as expected failure in autotools git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6967 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/simdag/Makefile.am b/examples/simdag/Makefile.am index dbc6dfa048..660bc05275 100644 --- a/examples/simdag/Makefile.am +++ b/examples/simdag/Makefile.am @@ -16,6 +16,7 @@ TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh TESTS = test_simdag.tesh test_simdag2.tesh properties/test_prop.tesh metaxml/metaxml_test.tesh noinst_PROGRAMS = sd_test sd_test2 properties/sd_prop metaxml/sd_meta\ dax/dax_test +XFAIL_TESTS = metaxml/metaxml_test.tesh properties_sd_prop_SOURCES = properties/sd_prop.c properties_sd_prop_LDADD = $(top_builddir)/src/libsimgrid.la