From: mquinson Date: Tue, 22 Dec 2009 22:40:48 +0000 (+0000) Subject: Get the tests compiled by 'make all' so that ctest finds them X-Git-Tag: SVN~776 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1264af3dad7a52f14a17b451e18c0a2c061adea6?ds=sidebyside Get the tests compiled by 'make all' so that ctest finds them git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6950 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/simdag/Makefile.am b/examples/simdag/Makefile.am index 1a2b36794b..dbc6dfa048 100644 --- a/examples/simdag/Makefile.am +++ b/examples/simdag/Makefile.am @@ -14,11 +14,9 @@ CLEANFILES = sd_test.trace TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh TESTS = test_simdag.tesh test_simdag2.tesh properties/test_prop.tesh metaxml/metaxml_test.tesh -check_PROGRAMS = sd_test sd_test2 properties/sd_prop metaxml/sd_meta\ +noinst_PROGRAMS = sd_test sd_test2 properties/sd_prop metaxml/sd_meta\ dax/dax_test -bin_PROGRAMS = - properties_sd_prop_SOURCES = properties/sd_prop.c properties_sd_prop_LDADD = $(top_builddir)/src/libsimgrid.la