X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5d1c0ff6989c25cc13cb7a44f7aa4389b781cff8..1a5f140e6961719c8ae2c9520893260c4e4a6a6f:/examples/python/CMakeLists.txt?ds=sidebyside diff --git a/examples/python/CMakeLists.txt b/examples/python/CMakeLists.txt index fdfb6ce3ed..d9dbfc923b 100644 --- a/examples/python/CMakeLists.txt +++ b/examples/python/CMakeLists.txt @@ -1,4 +1,5 @@ -foreach(example actor-create actor-yield exec-basic) +foreach(example actor-create actor-daemon actor-join actor-kill actor-migrate actor-suspend actor-yield # actor-lifetime + exec-basic) set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/${example}/${example}.tesh) set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${example}/${example}.py) @@ -13,5 +14,8 @@ foreach(example actor-create actor-yield exec-basic) endforeach() set(tesh_files examples/python/actor-create/actor-create_d.xml + examples/python/actor-lifetime/actor-lifetime_d.xml + examples/python/actor-lifetime/actor-lifetime.py # example broken so far + examples/python/actor-lifetime/actor-lifetime.tesh ${tesh_files} PARENT_SCOPE) set(examples_src ${examples_src} PARENT_SCOPE)