X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ef58b79b0d9295257d42207996fd3d91d1d232b7..01e49406f7138e402339dbd16027d3b57f054408:/examples/msg/Makefile.am diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index c78cc576f5..bac31a682a 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -2,8 +2,10 @@ INCLUDES= -I$(top_srcdir)/include AM_CFLAGS=-g EXTRA_DIST= msg_deployment.xml msg_platform.xml small_platform.xml small_deployment.xml +TESTS=run_msg_test check_PROGRAMS=msg_test msg_test_SOURCES= messages.h msg_test.c msg_test_LDADD= $(top_builddir)/src/libsimgrid.la +include $(top_srcdir)/acmacro/dist-files.mk