X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e41e55bfa745d2164c175978fffdb21a94b59b53..909095e0b0cca26a61bd85595431459bb107b946:/teshsuite/s4u/CMakeLists.txt diff --git a/teshsuite/s4u/CMakeLists.txt b/teshsuite/s4u/CMakeLists.txt index 86416f7c36..43f0ca108d 100644 --- a/teshsuite/s4u/CMakeLists.txt +++ b/teshsuite/s4u/CMakeLists.txt @@ -8,7 +8,7 @@ foreach(x actor actor-autorestart actor-suspend storage_client_server listen_async pid trace-integration seal-platform - vm-live-migration vm-suicide) + vm-live-migration vm-suicide issue71) add_executable (${x} EXCLUDE_FROM_ALL ${x}/${x}.cpp) target_link_libraries(${x} simgrid) set_target_properties(${x} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${x}) @@ -35,7 +35,7 @@ foreach(x actor actor-autorestart actor-suspend endforeach() foreach(x basic-link-test basic-parsing-test host-on-off host-on-off-actors host-on-off-recv is-router listen_async - pid storage_client_server trace-integration seal-platform) + pid storage_client_server trace-integration seal-platform issue71) set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x}.tesh) ADD_TESH(tesh-s4u-${x} --setenv srcdir=${CMAKE_HOME_DIRECTORY}/teshsuite/s4u/${x} --setenv platfdir=${CMAKE_HOME_DIRECTORY}/examples/platforms --cd ${CMAKE_BINARY_DIR}/teshsuite/s4u/${x} ${CMAKE_HOME_DIRECTORY}/teshsuite/s4u/${x}/${x}.tesh) endforeach() @@ -95,4 +95,5 @@ set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/activity-lifecyc ${CMAKE_CURRENT_SOURCE_DIR}/trace-integration/test-hbp1-c1s1-c3s2.xml ${CMAKE_CURRENT_SOURCE_DIR}/trace-integration/test-hbp2.5-hbp1.5.xml ${CMAKE_CURRENT_SOURCE_DIR}/vm-live-migration/platform.xml + ${CMAKE_CURRENT_SOURCE_DIR}/issue71/platform_bad.xml PARENT_SCOPE)