Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert trace-integration test
[simgrid.git] / teshsuite / msg / CMakeLists.txt
index f153e04..437c1fd 100644 (file)
@@ -1,12 +1,8 @@
 # C examples
-foreach(x async-wait
-          cloud-migration cloud-two-tasks
-          get_sender host_on_off host_on_off_recv
-          process-lifetime
-          energy-ptask platform-properties
-          io-file io-file-remote
-          task-priority
-          trace_integration)
+foreach(x cloud-two-tasks
+          get_sender
+          platform-properties
+          io-file)
   if(enable_msg)
     add_executable       (${x} EXCLUDE_FROM_ALL ${x}/${x}.c)
     target_link_libraries(${x} simgrid)
@@ -46,44 +42,18 @@ set(tesh_files    ${tesh_files}    ${CMAKE_CURRENT_SOURCE_DIR}/app-bittorrent/ap
                                    PARENT_SCOPE)
 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}/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
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/async-wait/async-wait4_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}/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
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/trace_integration/test-hbp1.5-hbp1.5.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/trace_integration/test-hbp1-c0s0-c0s1.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/trace_integration/test-hbp1-c0s0-c1s0.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/trace_integration/test-hbp1-c0s1-c0s2.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/trace_integration/test-hbp1-c0s1-c2s2.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/trace_integration/test-hbp1-c0s2-c1s0.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/trace_integration/test-hbp1-c0s2-c1s1.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/trace_integration/test-hbp1-c1s1-c1s2.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/trace_integration/test-hbp1-c1s1-c3s2.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/trace_integration/test-hbp2.5-hbp1.5.xml    PARENT_SCOPE)
+                                   PARENT_SCOPE)
 
 if(enable_msg)
   foreach(x 
-    async-wait
     app-bittorrent
-    cloud-migration cloud-two-tasks
-    host_on_off host_on_off_processes host_on_off_recv
+    cloud-two-tasks
+    host_on_off_processes
     get_sender
     task_destroy_cancel task_listen_from task_progress 
-    process-lifetime
-    energy-ptask
-    io-file io-file-remote
-    platform-properties
-    task-priority
-    trace_integration)
+    io-file
+    platform-properties)
     
     ADD_TESH_FACTORIES(tesh-msg-${x} "raw" 
                                      --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms