X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b1b223fa2e2d801accf527faa731cce9887e06bb..ed48bb9aa5dc358f65a2e4e854d3b8c49bef5273:/examples/s4u/CMakeLists.txt diff --git a/examples/s4u/CMakeLists.txt b/examples/s4u/CMakeLists.txt index 649c59b188..ec13f74c66 100644 --- a/examples/s4u/CMakeLists.txt +++ b/examples/s4u/CMakeLists.txt @@ -11,7 +11,8 @@ foreach (example actor-create actor-daemon actor-exiting actor-join actor-kill engine-filtering exec-async exec-basic exec-dvfs exec-monitor exec-ptask exec-remote io-async io-file-system io-file-remote io-storage-raw - platform-failures platform-properties plugin-hostload + platform-failures platform-profile platform-properties + plugin-hostload replay-comm replay-storage routing-get-clusters synchro-barrier synchro-mutex synchro-semaphore) @@ -30,7 +31,6 @@ foreach (example actor-create actor-daemon actor-exiting actor-join actor-kill ${CMAKE_HOME_DIRECTORY}/examples/s4u/${example}/s4u-${example}.tesh) endforeach() -set_tesh_properties(s4u-actor-exiting "thread;ucontext;raw;boost" WILL_FAIL TRUE) # FIXME set_tesh_properties(s4u-platform-failures "thread;ucontext;raw;boost" WILL_FAIL TRUE) # FIXME # Multi-files examples