X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/24e9ac727bbf35b166b34a9f5ac287d16ad67645..7f2a0679abc416b526cae522772f7642026ccc32:/examples/msg/CMakeLists.txt diff --git a/examples/msg/CMakeLists.txt b/examples/msg/CMakeLists.txt index 50f6df32a2..001f995c7c 100644 --- a/examples/msg/CMakeLists.txt +++ b/examples/msg/CMakeLists.txt @@ -1,8 +1,8 @@ -foreach(x actions-mpi actions-storage async-wait async-waitall async-waitany dht-chord dht-pastry - exception energy-consumption energy-onoff energy-pstate energy-ptask energy-vm failures io-file io-file-unlink - io-remote io-storage pmm priority process-kill process-migration process-suspend properties sendrecv - set-maestro start_kill_time synchro token_ring - trace-categories trace-link-srcdst-user-variables trace-platform trace-simple trace-user-variables) +foreach(x actions-mpi actions-storage async-wait async-waitall async-waitany dht-chord dht-pastry exception + energy-consumption energy-onoff energy-pstate energy-ptask energy-vm failures io-file io-file-unlink io-remote + io-storage pmm priority process-kill process-migration process-suspend properties sendrecv set-maestro + start_kill_time synchro token_ring trace-categories trace-link-srcdst-user-variables trace-link-user-variables + trace-masterslave trace-platform trace-process-migration trace-simple trace-user-variables) add_executable (${x} ${x}/${x}.c) target_link_libraries(${x} simgrid) set_target_properties(${x} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${x}) @@ -65,7 +65,7 @@ foreach (example consumption onoff pstate vm) ADD_TESH_FACTORIES(msg-energy-${example} "thread;ucontext;raw;boost" --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg --cd ${CMAKE_BINARY_DIR}/examples/msg ${CMAKE_HOME_DIRECTORY}/examples/msg/energy-${example}/energy-${example}.tesh) endforeach() -foreach (x categories link-srcdst-user-variables platform simple user-variables) +foreach (x categories link-srcdst-user-variables link-user-variables masterslave platform process-migration simple user-variables) ADD_TESH(msg-trace-${x} --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/trace-${x} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_HOME_DIRECTORY}/examples/msg/trace-${x} trace-${x}.tesh) endforeach()