Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a boolean to each node indicating whether it's an internal node or not to allow...
[simgrid.git] / testsuite / Makefile.am
index d667155..dc65a3f 100644 (file)
@@ -33,7 +33,7 @@ xbt_tests =                                                      \
 RL_tests =                                              \
        gras/trp_tcp_client   gras/trp_tcp_server       \
        gras/trp_file_client  gras/trp_file_server      \
-       gras/datadesc_usage
+       gras/datadesc_usage                             
 
 SG_tests =                                              \
        surf/maxmin_usage surf/maxmin_bench \
@@ -84,7 +84,7 @@ gras_trp_tcp_server_LDADD=     $(LDADD_RL)
 gras_trp_file_client_LDADD=    $(LDADD_RL)
 gras_trp_file_server_LDADD=    $(LDADD_RL)
 
-gras_datadesc_usage_SOURCES= gras/datadesc_usage.c gras/datadesc_structs.c
+gras_datadesc_usage_SOURCES=   gras/datadesc_usage.c gras/datadesc_structs.c
 gras_datadesc_usage_LDADD=     $(LDADD_RL)
 
 gras/datadesc_structs.c: gras/mk_datadesc_structs.pl