Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Get the tests compiled by 'make all' so that ctest finds them
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 22 Dec 2009 22:40:48 +0000 (22:40 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 22 Dec 2009 22:40:48 +0000 (22:40 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6950 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/simdag/Makefile.am

index 1a2b367..dbc6dfa 100644 (file)
@@ -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