Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Activate test s4u-actor-exiting.
[simgrid.git] / examples / s4u / CMakeLists.txt
index 784968c..649c59b 100644 (file)
@@ -2,7 +2,7 @@
 # Regular examples: with only one source and tested with all factories
 ######################################################################
 
-foreach (example actor-create actor-daemon actor-join actor-kill
+foreach (example actor-create actor-daemon actor-exiting actor-join actor-kill
                  actor-lifetime actor-migrate actor-suspend actor-yield
                  app-chainsend app-pingpong app-token-ring
                  async-ready async-wait async-waitany async-waitall async-waituntil
@@ -30,6 +30,7 @@ foreach (example actor-create actor-daemon 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