Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Generate a nasty structure exchange testcase with perl, and use it
[simgrid.git] / testsuite / Makefile.am
index fe372cc..8c1c3f6 100644 (file)
@@ -4,7 +4,8 @@ AM_CFLAGS=-g
 CLEANFILES = *~ test a.out *.o
 DISTCLEANFILES=Makefile.in *~
 EXTRA_DIST=run_tests.in \
-  datadesc.i386 datadesc.ppc datadesc.sparc
+  datadesc.little32 datadesc.little64 datadesc.big32 datadesc.big64 \
+  mk_datadesc_structs.pl
 
 # Test stuff
 
@@ -55,5 +56,8 @@ trp_tcp_server_LDADD=     $(LDADD_RL)
 trp_file_client_LDADD=    $(LDADD_RL)
 trp_file_server_LDADD=    $(LDADD_RL)
 
+datadesc_usage_SOURCES= datadesc_usage.c datadesc_structs.c
 datadesc_usage_LDADD=     $(LDADD_RL)
 
+datadesc_structs.c: mk_datadesc_structs.pl
+       perl mk_datadesc_structs.pl > datadesc_structs.c