Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
compile binaries on make all, not only make check
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 13 Feb 2005 16:09:32 +0000 (16:09 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 13 Feb 2005 16:09:32 +0000 (16:09 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@994 48e7efb5-ca39-0410-a469-dd3cf9ba447f

testsuite/Makefile.am

index 3502d3d..d667155 100644 (file)
@@ -40,7 +40,7 @@ SG_tests =                                              \
        surf/trace_usage surf/surf_usage surf/surf_usage2 \
        msg/msg_test
 
-check_PROGRAMS = $(xbt_tests) $(RL_tests) $(SG_tests)
+noinst_PROGRAMS = $(xbt_tests) $(RL_tests) $(SG_tests)
 check_SCRIPTS = run_tests gras/trp_tcp_usage
 TESTS=run_tests