X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ef58b79b0d9295257d42207996fd3d91d1d232b7..b3969faa17b77e52ea0555371eb3826c7b36187c:/examples/msg/Makefile.am diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index c78cc576f5..729fcc5c48 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -1,9 +1,19 @@ 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 -check_PROGRAMS=msg_test +CLEANFILES=msg_test.trace -msg_test_SOURCES= messages.h msg_test.c +TESTS=run_msg_test +check_PROGRAMS=msg_test msg_test_surfxml_bypassed msg_test_suspend + +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 + +include $(top_srcdir)/acmacro/dist-files.mk