Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't try to optimize, since it breaks on ppc
[simgrid.git] / testsuite / Makefile.am
index 3edc2e3..599825a 100644 (file)
@@ -1,5 +1,5 @@
 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/include
-AM_CFLAGS=-g
+AM_CFLAGS=-g -O0
 
 CLEANFILES = *~ test a.out *.o gras/datadesc_usage.out datadesc_usage.out
 DISTCLEANFILES =  gras/.libs/* xbt/.libs/* surf/.libs/* msg/.libs/*
@@ -7,14 +7,14 @@ 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 gras/datadesc.big32_8_4 gras/datadesc.big32_2 \
   gras/mk_datadesc_structs.pl \
   surf/trace_A.txt surf/trace_B.txt surf/trace_A_failure.txt surf/platform.xml \
   msg/messages.h
 
 # Data sets still to regenerate:
 # gras/datadesc.big64 
-# gras/datadesc.big32_4 gras/datadesc.big32_2 
+# gras/datadesc.big32_4 
 
 
 # Test stuff
@@ -90,3 +90,5 @@ gras_datadesc_usage_LDADD=     $(LDADD_RL)
 
 gras/datadesc_structs.c: gras/mk_datadesc_structs.pl
        cd gras ; perl mk_datadesc_structs.pl > datadesc_structs.c
+
+include $(top_srcdir)/acmacro/dist-files.mk