Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
In READ and WRITE mode (instead of RW), the remote_arch is the first char of the...
[simgrid.git] / testsuite / Makefile.am
index edd33a8..72e1fa5 100644 (file)
@@ -19,17 +19,17 @@ RL_tests =                                    \
        trp_tcp_client   trp_tcp_server       \
        trp_file_client  trp_file_server      \
        datadesc_usage
-#      gs_example_send gs_example_receive
 
 SG_tests =
 
 noinst_PROGRAMS = $(core_tests) $(RL_tests) $(SG_tests)
-noinst_SCRIPTS = run_tests gs_example trp_tcp_usage
+noinst_SCRIPTS = run_tests trp_tcp_usage
 TESTS=run_tests
 
 test: $(noinst_PROGRAMS) $(noinst_SCRIPTS)
        ./run_tests
-
+valgrind: $(noinst_PROGRAMS) $(noinst_SCRIPTS)
+       ./run_tests valgrind
 
 # LDADD_UTILS is still a separate var to distinguish core tester from RL tester
 LDADD_UTILS=$(top_srcdir)/src/base/libgrasrl.a 
@@ -56,6 +56,3 @@ trp_file_server_LDADD=    $(LDADD_RL)
 
 datadesc_usage_LDADD=     $(LDADD_RL)
 
-#gs_example_send_LDADD=    $(LDADD_UTILS)
-#gs_example_receive_LDADD= $(LDADD_UTILS)
-