X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e08142f6b96c100165667fe1b647a28b6357b5ed..fa5564c54eb50caaf1606bfeb66045793e18a1f8:/examples/c/CMakeLists.txt diff --git a/examples/c/CMakeLists.txt b/examples/c/CMakeLists.txt index 864d2cf02d..37de897136 100644 --- a/examples/c/CMakeLists.txt +++ b/examples/c/CMakeLists.txt @@ -2,13 +2,15 @@ ###################################################################### foreach(x - actor-create actor-daemon actor-exiting actor-join actor-kill actor-migrate actor-suspend actor-yield + actor-create actor-daemon actor-exiting actor-join actor-kill actor-lifetime actor-migrate actor-stacksize + actor-suspend actor-yield app-pingpong app-token-ring async-wait async-waitall async-waitany - cloud-capping cloud-migration cloud-simple - exec-dvfs - energy-exec energy-vm + cloud-capping cloud-masterworker cloud-migration cloud-simple + exec-async exec-basic exec-dvfs exec-remote exec-waitany + energy-exec energy-exec-ptask energy-vm io-disk-raw io-file-remote + platform-failures plugin-hostload) add_executable (${x}-c EXCLUDE_FROM_ALL ${x}/${x}.c) target_link_libraries(${x}-c simgrid) @@ -42,6 +44,7 @@ set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/app-chainsend/app-ch PARENT_SCOPE) set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/actor-create/actor-create_d.xml + ${CMAKE_CURRENT_SOURCE_DIR}/actor-lifetime/actor-lifetime_d.xml ${CMAKE_CURRENT_SOURCE_DIR}/actor-yield/actor-yield_d.xml ${CMAKE_CURRENT_SOURCE_DIR}/app-chainsend/app-chainsend_d.xml ${CMAKE_CURRENT_SOURCE_DIR}/app-pingpong/app-pingpong_d.xml @@ -55,13 +58,15 @@ set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/actor-create/actor-cr PARENT_SCOPE) foreach(x - actor-create actor-daemon actor-exiting actor-join actor-kill actor-migrate actor-suspend actor-yield + actor-create actor-daemon actor-exiting actor-join actor-kill actor-lifetime actor-migrate actor-stacksize + actor-suspend actor-yield app-chainsend app-pingpong app-token-ring async-wait async-waitall async-waitany - cloud-capping cloud-migration cloud-simple - exec-dvfs - energy-exec energy-vm + cloud-capping cloud-masterworker cloud-migration cloud-simple + exec-async exec-basic exec-dvfs exec-remote exec-waitany + energy-exec energy-exec-ptask energy-vm io-disk-raw io-file-remote + platform-failures plugin-hostload) ADD_TESH(c-${x} --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --setenv bindir=${CMAKE_BINARY_DIR}/examples/c/${x}