Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert activity-test-wait to catch2.
[simgrid.git] / teshsuite / msg / CMakeLists.txt
index 09743d1..c7b3bad 100644 (file)
@@ -1,9 +1,9 @@
 # C examples
-foreach(x async-wait async-waitall async-waitany
-          cloud-capping cloud-migration cloud-two-tasks cloud-simple
+foreach(x async-wait
+          cloud-capping cloud-migration cloud-two-tasks
           get_sender host_on_off host_on_off_recv
-          process-lifetime process-migration process-suspend process-yield
-          energy-consumption energy-ptask energy-pstate platform-properties
+          process-lifetime
+          energy-ptask energy-pstate platform-properties
           io-file io-file-remote
           task-priority
           plugin-hostload
@@ -64,15 +64,12 @@ set(xml_files     ${xml_files}     ${CMAKE_CURRENT_SOURCE_DIR}/app-bittorrent/ap
                                    ${CMAKE_CURRENT_SOURCE_DIR}/async-wait/async-wait2_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/async-wait/async-wait3_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/async-wait/async-wait4_d.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/async-waitall/async-waitall_d.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/async-waitany/async-waitany_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/io-file-remote/io-file-remote_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/platform-properties/platform-properties_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/process-lifetime/baseline_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/process-lifetime/kill_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/process-lifetime/start_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/process-lifetime/start_kill_d.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/process-yield/process-yield_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/task-priority/task-priority_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/trace_integration/test-hbp1.0-hbp1.0-hbp1.0.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/trace_integration/test-hbp1.0-hbp3.0-hbp4.0.xml
@@ -89,15 +86,15 @@ set(xml_files     ${xml_files}     ${CMAKE_CURRENT_SOURCE_DIR}/app-bittorrent/ap
 
 if(enable_msg)
   foreach(x 
-    async-wait async-waitall
+    async-wait
     app-bittorrent app-chainsend
-    cloud-capping cloud-migration cloud-two-tasks cloud-simple
+    cloud-capping cloud-migration cloud-two-tasks
     energy-pstate
     host_on_off host_on_off_processes host_on_off_recv
     get_sender
     task_destroy_cancel task_listen_from task_progress 
-    process-lifetime process-migration process-suspend process-yield
-    energy-consumption energy-ptask
+    process-lifetime
+    energy-ptask
     io-file io-file-remote
     platform-properties
     task-priority