X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b4427ae95b989d821237e676af8786c6a32eeb8..30441110254eb9ebcdc9996188b77c3b37134796:/examples/msg/Makefile.am diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index 989c32513e..9f7e094a7e 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -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