X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/06924c2f26e75f3f32c0b325e94b809b8179dfcf..49ef939d12ab79d1e4b3ce1194ef89c8d6cafe5f:/examples/msg/Makefile.am diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index 69546e9e97..bf452f9cc3 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -1,16 +1,26 @@ INCLUDES= -I$(top_srcdir)/include AM_CFLAGS=-g -EXTRA_DIST= msg_deployment.xml msg_platform.xml small_platform.xml small_deployment.xml +EXTRA_DIST= msg_deployment.xml msg_platform.xml small_platform.xml small_deployment.xml msg_deployment_suspend.xml \ + flexml_bypass.tesh CLEANFILES=msg_test.trace -TESTS=run_msg_test -check_PROGRAMS=msg_test msg_test_surfxml_bypassed +TESTS_ENVIRONMENT=$(top_builddir)/tools/tesh/tesh +TESTS=basic.tesh small_plat.tesh suspend.tesh +# flexml_bypass.tesh +check_PROGRAMS=msg_test msg_test_suspend ping_pong +# msg_test_surfxml_bypassed msg_test_SOURCES= msg_test.c msg_test_LDADD= $(top_builddir)/src/libsimgrid.la -msg_test_surfxml_bypassed_SOURCES = msg_test_surfxml_bypassed.c -msg_test_surfxml_bypassed_LDADD = $(top_builddir)/src/libsimgrid.la +#msg_test_surfxml_bypassed_SOURCES = msg_test_surfxml_bypassed.c +#msg_test_surfxml_bypassed_LDADD = $(top_builddir)/src/libsimgrid.la + +msg_test_suspend_SOURCES= msg_test_suspend.c +msg_test_suspend_LDADD= $(top_builddir)/src/libsimgrid.la + +ping_pong_SOURCES= ping_pong.c +ping_pong_LDADD= $(top_builddir)/src/libsimgrid.la include $(top_srcdir)/acmacro/dist-files.mk