Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I'm a testing freak, I know
[simgrid.git] / examples / msg / Makefile.am
index 729fcc5..1fe2a90 100644 (file)
@@ -4,8 +4,9 @@ EXTRA_DIST= msg_deployment.xml msg_platform.xml small_platform.xml small_deploym
 
 CLEANFILES=msg_test.trace
 
-TESTS=run_msg_test
-check_PROGRAMS=msg_test msg_test_surfxml_bypassed msg_test_suspend
+TESTS_ENVIRONMENT=$(top_builddir)/tools/tesh/tesh
+TESTS=msg_test.tesh
+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
@@ -16,4 +17,7 @@ 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