X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cb2a33ffbf5d75a089a156d48e6e7f4ed6217888..34fd857a23ba247f95fb9989b86d5e13433db2df:/examples/msg/Makefile.am diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index 8673091cb4..1fe2a90e4e 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -1,13 +1,23 @@ 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 CLEANFILES=msg_test.trace -TESTS=run_msg_test -check_PROGRAMS=msg_test +TESTS_ENVIRONMENT=$(top_builddir)/tools/tesh/tesh +TESTS=msg_test.tesh +check_PROGRAMS=msg_test msg_test_surfxml_bypassed msg_test_suspend ping_pong -msg_test_SOURCES= messages.h msg_test.c +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_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