X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc40832e8f3a22ad82ecb43143d8759248eb8093..f3507930c130404d05f982cf9fe960fb95f7eb4b:/examples/simdag/Makefile.am diff --git a/examples/simdag/Makefile.am b/examples/simdag/Makefile.am index 3b9a7ac571..f4f0e500de 100644 --- a/examples/simdag/Makefile.am +++ b/examples/simdag/Makefile.am @@ -14,7 +14,7 @@ CLEANFILES = sd_test.trace TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh -TESTS = test_simdag.tesh test_simdag2.tesh properties/test_prop.tesh +TESTS = test_simdag.tesh test_simdag2.tesh properties/test_prop.tesh metaxml/metaxml_test.trace check_PROGRAMS = sd_test sd_test2 properties/sd_prop bin_PROGRAMS = @@ -22,6 +22,9 @@ bin_PROGRAMS = properties_sd_prop_SOURCES = properties/sd_prop.c properties_sd_prop_LDADD = $(top_builddir)/src/libsimgrid.la +metaxml_sd_test_SOURCES = metaxml/sd_test.c +metaxml_sd_test_LDADD = $(top_builddir)/src/libsimgrid.la + sd_test_SOURCES = sd_test.c sd_test_LDADD = $(top_builddir)/src/libsimgrid.la