X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e873a4d59b40ce9ecc436f20012e43a859adc35f..d6ee04bb4b77788c1f17220a2117f41573c9dcde:/teshsuite/simdag/CMakeLists.txt diff --git a/teshsuite/simdag/CMakeLists.txt b/teshsuite/simdag/CMakeLists.txt index 38b0776784..3e8259f32c 100644 --- a/teshsuite/simdag/CMakeLists.txt +++ b/teshsuite/simdag/CMakeLists.txt @@ -1,4 +1,4 @@ -foreach(x availability basic0 basic1 basic2 basic3 basic4 basic5 basic6 basic-link-test basic-parsing-test +foreach(x availability basic0 basic1 basic3 basic4 basic5 basic6 basic-link-test basic-parsing-test comm-mxn-all2all comm-mxn-independent comm-mxn-scatter comm-p2p-latency-1 comm-p2p-latency-2 comm-p2p-latency-3 comm-p2p-latency-bound comp-only-par comp-only-seq incomplete) add_executable (${x} ${x}/${x}.c) @@ -42,7 +42,6 @@ set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/platforms/four_h ${CMAKE_CURRENT_SOURCE_DIR}/platforms/one_cluster_router_id.xml ${CMAKE_CURRENT_SOURCE_DIR}/platforms/one_cluster.xml ${CMAKE_CURRENT_SOURCE_DIR}/platforms/platform_4p_1switch.xml - ${CMAKE_CURRENT_SOURCE_DIR}/platforms/platform_include.xml ${CMAKE_CURRENT_SOURCE_DIR}/platforms/properties.xml ${CMAKE_CURRENT_SOURCE_DIR}/platforms/test_of_is_router.xml ${CMAKE_CURRENT_SOURCE_DIR}/platforms/three_hosts_non_symmetric_route.xml @@ -54,8 +53,6 @@ set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/platforms/four_h ${CMAKE_CURRENT_SOURCE_DIR}/platforms/bogus_two_hosts_asymetric.xml ${CMAKE_CURRENT_SOURCE_DIR}/platforms/two_hosts_one_link_fullduplex.xml ${CMAKE_CURRENT_SOURCE_DIR}/platforms/two_hosts_one_link.xml - ${CMAKE_CURRENT_SOURCE_DIR}/platforms/clusterA.xml - ${CMAKE_CURRENT_SOURCE_DIR}/platforms/clusterB.xml ${CMAKE_CURRENT_SOURCE_DIR}/platforms/Dijkstra.xml ${CMAKE_CURRENT_SOURCE_DIR}/platforms/platform_2p_1bb.xml ${CMAKE_CURRENT_SOURCE_DIR}/platforms/platform_2p_1fl.xml @@ -70,7 +67,7 @@ set(txt_files ${txt_files} ${CMAKE_CURRENT_SOURCE_DIR}/platforms/carol. ${CMAKE_CURRENT_SOURCE_DIR}/platforms/link.fail ${CMAKE_CURRENT_SOURCE_DIR}/platforms/link.lat PARENT_SCOPE) -foreach(x availability basic0 basic1 basic2 basic3 basic4 basic5 basic6 basic-link-test basic-parsing-test +foreach(x availability basic0 basic1 basic3 basic4 basic5 basic6 basic-link-test basic-parsing-test comm-mxn-all2all comm-mxn-independent comm-mxn-scatter comm-p2p-latency-1 flatifier is-router comm-p2p-latency-2 comm-p2p-latency-3 comm-p2p-latency-bound comp-only-par comp-only-seq incomplete) ADD_TESH(tesh-simdag-${x} --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/simdag/${x} --setenv srcdir=${CMAKE_HOME_DIRECTORY} --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/simdag/${x} ${x}.tesh) @@ -90,9 +87,9 @@ ADD_TEST(tesh-simdag-one-link-g5k ${CMAKE_BINARY_DIR}/teshsuite/simdag/basic- if(enable_debug AND NOT enable_memcheck) # these tests need assertions. Exclude them from memcheck, as they normally die, leaving lots of unfree'd objects - ADD_TESH(tesh-parser-bogus-symmetric --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/simdag/flatifier --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/simdag/flatifier bogus_two_hosts_asymetric.tesh) - ADD_TESH(tesh-parser-bogus-missing-gw --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/simdag/flatifier --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/simdag/flatifier bogus_missing_gateway.tesh) - ADD_TESH(tesh-parser-bogus-disk-attachment --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/simdag/flatifier --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/simdag/flatifier bogus_disk_attachment.tesh) + ADD_TESH(tesh-parser-bogus-symmetric --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/simdag/flatifier --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/simdag/flatifier ${CMAKE_HOME_DIRECTORY}/teshsuite/simdag/flatifier/bogus_two_hosts_asymetric.tesh) + ADD_TESH(tesh-parser-bogus-missing-gw --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/simdag/flatifier --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/simdag/flatifier ${CMAKE_HOME_DIRECTORY}/teshsuite/simdag/flatifier/bogus_missing_gateway.tesh) + ADD_TESH(tesh-parser-bogus-disk-attachment --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/simdag/flatifier --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/simdag/flatifier ${CMAKE_HOME_DIRECTORY}/teshsuite/simdag/flatifier/bogus_disk_attachment.tesh) #These tests fail on Windows as the signal returned is not the same as Unix would send. if(WIN32)