Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do compile the tests of GS
[simgrid.git] / testsuite / Makefile.am
index 39ce97a..f297745 100644 (file)
@@ -4,6 +4,7 @@ AM_LDFLAGS=-g
 
 CLEANFILES = *~ test a.out *.o
 DISTCLEANFILES=Makefile.in *~
 
 CLEANFILES = *~ test a.out *.o
 DISTCLEANFILES=Makefile.in *~
+EXTRA_DIST=test_utils.c run_tests.in
 
 # Test stuff
 
 
 # Test stuff
 
@@ -11,7 +12,7 @@ noinst_PROGRAMS =                             \
        dynar_int dynar_double dynar_string   \
        dict_usage dict_crash                 \
        log_usage                             \
        dynar_int dynar_double dynar_string   \
        dict_usage dict_crash                 \
        log_usage                             \
-       config_usage                          
+       config_usage                          \
        \
        gs_example_send gs_example_receive
        
        \
        gs_example_send gs_example_receive