Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove this useless select since windows cannot select on files handles, only on...
[simgrid.git] / testsuite / Makefile.am
index c1a0f8e..d910889 100644 (file)
@@ -2,9 +2,9 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/inclu
 AM_CFLAGS=-g 
 
 CLEANFILES = *~ test a.out *.o gras/datadesc_usage.out datadesc_usage.out\
-  testgraph.xml graph.dot
+  testgraph.xml testgraph.dot
 DISTCLEANFILES =  gras/.libs/* xbt/.libs/* surf/.libs/* msg/.libs/* 
-MAINTAINERCLEANFILES=Makefile.in
+
 EXTRA_DIST=run_tests.in \
   gras/datadesc.little32 gras/datadesc.little32_4 \
   gras/datadesc.little64\
@@ -35,7 +35,9 @@ SG_tests =                                              \
        surf/maxmin_usage surf/maxmin_bench \
        surf/trace_usage surf/surf_usage surf/surf_usage2
 
-check_PROGRAMS = $(xbt_tests) $(RL_tests) $(SG_tests)
+simdag_tests = simdag/sd_test
+
+check_PROGRAMS = $(xbt_tests) $(RL_tests) $(SG_tests) $(simdag_tests)
 check_SCRIPTS = run_tests gras/trp_tcp_usage
 TESTS=run_tests
 
@@ -73,4 +75,6 @@ gras_datadesc_usage_LDADD=     $(LDADD_RL)
 gras/datadesc_structs.c: gras/mk_datadesc_structs.pl
        cd gras ; perl ../$(top_srcdir)/testsuite/gras/mk_datadesc_structs.pl > datadesc_structs.c
 
+simdag_sd_test_LDADD=       $(LDADD_SG)
+
 include $(top_srcdir)/acmacro/dist-files.mk