Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also display the pid on backtraces
[simgrid.git] / testsuite / Makefile.am
index 9d9e2ec..940aced 100644 (file)
@@ -1,14 +1,16 @@
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/include
 AM_CFLAGS=-g 
 
-CLEANFILES = *~ test a.out *.o gras/datadesc_usage.out datadesc_usage.out
-DISTCLEANFILES =  gras/.libs/* xbt/.libs/* surf/.libs/* msg/.libs/*
+CLEANFILES = *~ test a.out *.o gras/datadesc_usage.out datadesc_usage.out\
+  testgraph.xml graph.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\
   gras/datadesc.big32 gras/datadesc.big32_8_4 gras/datadesc.big32_2 \
   gras/mk_datadesc_structs.pl \
+  xbt/graph.xml \
   surf/trace_A.txt surf/trace_B.txt surf/trace_A_failure.txt surf/platform.xml
 
 # Data sets still to regenerate:
@@ -21,6 +23,7 @@ EXTRA_DIST=run_tests.in \
 xbt_tests =                                                      \
        xbt/log_usage                                            \
        xbt/heap_bench                                           \
+       xbt/graphxml_usage                                       \
        xbt/context_usage                                        
 
 RL_tests =                                              \
@@ -49,6 +52,8 @@ xbt_log_usage_LDADD=          $(LDADD_RL)
 
 xbt_heap_bench_LDADD=         $(LDADD_RL)
 
+xbt_graphxml_usage_LDADD=     $(LDADD_SG)
+
 xbt_context_usage_LDADD=      $(LDADD_SG)
 
 surf_maxmin_usage_LDADD=      $(LDADD_SG)