X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c64e6aaf073674de0142b2ba5cd8e57331df1ab9..3ac8124e5fcee52dc950d676fda4a219408ea8a6:/examples/msg/Makefile.am diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index 9deaf09918..bac31a682a 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -1,9 +1,11 @@ INCLUDES= -I$(top_srcdir)/include AM_CFLAGS=-g -EXTRA_DIST= msg_deployment.xml msg_platform.xml +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