X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2578f145b125d7228af0162ec317f4cd5c9a148a..a66f9dfbda188f773b18fb9dfdb26ae9956503cc:/examples/msg/Makefile.am diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index 93f3d6fbe6..8673091cb4 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -2,9 +2,12 @@ INCLUDES= -I$(top_srcdir)/include AM_CFLAGS=-g EXTRA_DIST= msg_deployment.xml msg_platform.xml small_platform.xml small_deployment.xml -TESTS=msg_test +CLEANFILES=msg_test.trace + +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