Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update expected output after rewrite of the sharing function for the ptask_L07 model.
[simgrid.git] / examples / msg / Makefile.am
index 989c325..9f7e094 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,13 +23,14 @@ 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
 
 
 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 \
@@ -44,6 +47,7 @@ if HAVE_SDP
   BROKEN_TESTS = sendrecv/sendrecv_SDP.tesh
 endif
 if HAVE_GTNETS
+  TESTS += gtnets/gtnets.tesh
 endif
 
 CLEANFILES = sendrecv/*~ \
@@ -120,4 +124,5 @@ else
   EXTRA_DIST+= gtnets/gtnets.c
 endif
 
+EXTRA_DIST+=$(TESTS)
 include $(top_srcdir)/acmacro/dist-files.mk