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...
[simgrid.git] / examples / msg / Makefile.am
index 87cb091..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,14 +23,14 @@ EXTRA_DIST = msg_platform.xml \
              gtnets/r-n200-f50-s4-2-p.xml \
              gtnets/dogbone-d.xml \
              gtnets/dogbone-p.xml \
-             properties/deployment_platform.xml \
+             priority/deployment_priority.xml \
              properties/deployment_properties.xml
 
 
 TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh
 
 
-TESTS = sendrecv/sendrecv_KCCFLN05.tesh \
+TESTS = sendrecv/sendrecv_CLM03.tesh \
         sendrecv/sendrecv_Vegas.tesh \
         sendrecv/sendrecv_Reno.tesh \
         suspend/suspend.tesh \
@@ -38,7 +40,7 @@ TESTS = sendrecv/sendrecv_KCCFLN05.tesh \
         masterslave/masterslave_bypass.tesh \
         parallel_task/parallel_task.tesh \
         priority/priority.tesh \
-       properties/msg_test.tesh
+       properties/msg_prop.tesh
 
 
 if HAVE_SDP
@@ -121,4 +123,5 @@ else
   EXTRA_DIST+= gtnets/gtnets.c
 endif
 
+EXTRA_DIST+=$(TESTS)
 include $(top_srcdir)/acmacro/dist-files.mk