Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update Makefile.am so that all tesh files are distributed as well as other xml/trace...
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 19 Mar 2008 03:02:40 +0000 (03:02 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 19 Mar 2008 03:02:40 +0000 (03:02 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5321 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/amok/Makefile.am
examples/msg/Makefile.am
examples/simdag/Makefile.am
teshsuite/Makefile.am

index 92e5910..3a7f223 100644 (file)
@@ -79,4 +79,5 @@ saturate/_saturate_simulator.c saturate/_saturate_sensor.c saturate/_saturate_ma
 #########
 # Cruft #
 #########
+EXTRA_DIST=$(TESTS)
 include $(top_srcdir)/acmacro/dist-files.mk
index f5d0ea1..a2e1908 100644 (file)
@@ -10,6 +10,8 @@ AM_CFLAGS = -g
 
 EXTRA_DIST = msg_platform.xml \
              small_platform.xml \
+             small_platform_with_failures.xml \
+             jupiter_state.trace link5_state.trace \
              sendrecv/platform_sendrecv.xml \
              sendrecv/deployment_sendrecv.xml \
              suspend/deployment_suspend.xml \
@@ -21,6 +23,7 @@ EXTRA_DIST = msg_platform.xml \
              gtnets/r-n200-f50-s4-2-p.xml \
              gtnets/dogbone-d.xml \
              gtnets/dogbone-p.xml \
+             priority/deployment_priority.xml \
              properties/deployment_properties.xml
 
 
@@ -120,4 +123,5 @@ else
   EXTRA_DIST+= gtnets/gtnets.c
 endif
 
+EXTRA_DIST+=$(TESTS)
 include $(top_srcdir)/acmacro/dist-files.mk
index dd11327..91a5e8b 100644 (file)
@@ -31,4 +31,5 @@ sd_test_LDADD =       $(top_builddir)/src/libsimgrid.la
 sd_test2_SOURCES = sd_test2.c
 sd_test2_LDADD = $(top_builddir)/src/libsimgrid.la
 
+EXTRA_DIST=$(TESTS)
 include $(top_srcdir)/acmacro/dist-files.mk
index 82b25ed..d221cb7 100644 (file)
@@ -216,4 +216,5 @@ TESTS += \
   simdag/partask/test_comp_only_seq.tesh \
   simdag/partask/test_comp_only_par.tesh
 
+EXTRA_DIST+=$(TESTS)
 include $(top_srcdir)/acmacro/dist-files.mk