From: Arnaud Giersch Date: Sun, 17 Dec 2017 21:34:58 +0000 (+0100) Subject: Fix concurrent run of msg-trace-* examples. X-Git-Tag: v3.18~28^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/c58d886a68aee009cf47712333cb7a9516404272?hp=627f16f5df7354b32c694c7f864b52474aaa64ae Fix concurrent run of msg-trace-* examples. --- diff --git a/examples/msg/CMakeLists.txt b/examples/msg/CMakeLists.txt index afc6d4272f..a53a953cec 100644 --- a/examples/msg/CMakeLists.txt +++ b/examples/msg/CMakeLists.txt @@ -77,6 +77,7 @@ foreach (x trace-categories trace-route-user-variables trace-link-user-variables ADD_TESH(msg-${x} --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/${x} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg/${x} --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms + --cd ${CMAKE_BINARY_DIR}/examples/msg/${x} ${CMAKE_HOME_DIRECTORY}/examples/msg/${x}/${x}.tesh) endforeach()