Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Useless file I had forgotten to remove.
[simgrid.git] / examples / msg / Makefile.am
index 93f3d6f..98f6ff3 100644 (file)
@@ -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_SOURCES= msg_test.c
 msg_test_LDADD=        $(top_builddir)/src/libsimgrid.la
 
+include $(top_srcdir)/acmacro/dist-files.mk