Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doing bandwith measurments with MSG
[simgrid.git] / examples / msg / Makefile.am
index 9deaf09..4424830 100644 (file)
@@ -1,9 +1,22 @@
 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 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 ping_pong
+
+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
+
+ping_pong_SOURCES= ping_pong.c
+ping_pong_LDADD= $(top_builddir)/src/libsimgrid.la
+
+include $(top_srcdir)/acmacro/dist-files.mk