Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert cloud-masterworker
[simgrid.git] / examples / c / CMakeLists.txt
index dff3d89..37de897 100644 (file)
@@ -6,10 +6,11 @@ foreach(x
         actor-suspend actor-yield
         app-pingpong app-token-ring 
         async-wait async-waitall async-waitany
-        cloud-capping cloud-migration cloud-simple
-        exec-async exec-basic exec-dvfs exec-remote
+        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)
@@ -61,10 +62,11 @@ foreach(x
         actor-suspend actor-yield
         app-chainsend app-pingpong app-token-ring
         async-wait async-waitall async-waitany
-        cloud-capping cloud-migration cloud-simple
-        exec-async exec-basic exec-dvfs exec-remote
+        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}