Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start to get rid of storage examples in MSG
[simgrid.git] / teshsuite / msg / CMakeLists.txt
index 827914f..88f78c3 100644 (file)
@@ -1,11 +1,11 @@
 # C examples
-foreach(x app-pingpong app-token-ring
+foreach(x app-token-ring
           async-wait async-waitall async-waitany
           cloud-capping cloud-migration cloud-two-tasks cloud-simple
           get_sender host_on_off host_on_off_recv
           process-daemon process-kill process-join process-lifetime process-migration process-suspend process-yield
           energy-consumption energy-ptask energy-pstate platform-properties
-          io-file io-raw-storage io-file-remote
+          io-file io-file-remote
           task-priority
           plugin-hostload
           trace_integration)
@@ -61,7 +61,6 @@ set(tesh_files    ${tesh_files}    ${CMAKE_CURRENT_SOURCE_DIR}/app-bittorrent/ap
 set(bin_files    ${bin_files}      ${CMAKE_CURRENT_SOURCE_DIR}/app-bittorrent/generate.py                  PARENT_SCOPE)
 set(xml_files     ${xml_files}     ${CMAKE_CURRENT_SOURCE_DIR}/app-bittorrent/app-bittorrent_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/app-chainsend/app-chainsend_d.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/app-pingpong/app-pingpong_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/async-wait/async-wait_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/async-wait/async-wait2_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/async-wait/async-wait3_d.xml
@@ -91,8 +90,8 @@ set(xml_files     ${xml_files}     ${CMAKE_CURRENT_SOURCE_DIR}/app-bittorrent/ap
 
 if(enable_msg)
   foreach(x 
-    async-wait async-waitall async-waitany
-    app-bittorrent app-chainsend app-pingpong app-token-ring
+    async-wait async-waitall
+    app-bittorrent app-chainsend app-token-ring
     cloud-capping cloud-migration cloud-two-tasks cloud-simple
     energy-pstate
     host_on_off host_on_off_processes host_on_off_recv
@@ -100,7 +99,7 @@ if(enable_msg)
     task_destroy_cancel task_listen_from task_progress 
     process-daemon process-kill process-join process-lifetime process-migration process-suspend process-yield
     energy-consumption energy-ptask
-    io-file io-raw-storage io-file-remote
+    io-file io-file-remote
     platform-properties
     task-priority
     plugin-hostload