X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f739471a9775c2d1a3ef5b303aa7a505d065233c..1aa3c214bef547c3d50bbad0ea667c1b7d9ef3bc:/examples/msg/Makefile.am diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index 4424830a04..bf452f9cc3 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -1,17 +1,21 @@ INCLUDES= -I$(top_srcdir)/include AM_CFLAGS=-g -EXTRA_DIST= msg_deployment.xml msg_platform.xml small_platform.xml small_deployment.xml msg_deployment_suspend.xml +EXTRA_DIST= msg_deployment.xml msg_platform.xml small_platform.xml small_deployment.xml msg_deployment_suspend.xml \ + flexml_bypass.tesh CLEANFILES=msg_test.trace -TESTS=run_msg_test -check_PROGRAMS=msg_test msg_test_surfxml_bypassed msg_test_suspend ping_pong +TESTS_ENVIRONMENT=$(top_builddir)/tools/tesh/tesh +TESTS=basic.tesh small_plat.tesh suspend.tesh +# flexml_bypass.tesh +check_PROGRAMS=msg_test msg_test_suspend ping_pong +# msg_test_surfxml_bypassed 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_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