From 1264af3dad7a52f14a17b451e18c0a2c061adea6 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 22 Dec 2009 22:40:48 +0000 Subject: [PATCH 1/1] 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 --- examples/simdag/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.20.1