From: Martin Quinson Date: Sat, 4 Apr 2015 12:57:28 +0000 (+0200) Subject: cosmetics about excluded tests to ease the writing of reporting scripts X-Git-Tag: v3_12~738^2~13 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1d355e653ead556d167b9ad690f364366a9432fe cosmetics about excluded tests to ease the writing of reporting scripts --- diff --git a/teshsuite/smpi/mpich3-test/comm/CMakeLists.txt b/teshsuite/smpi/mpich3-test/comm/CMakeLists.txt index 779209f9e5..ca98ccbc6a 100644 --- a/teshsuite/smpi/mpich3-test/comm/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/comm/CMakeLists.txt @@ -20,9 +20,9 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) add_executable(comm_create_group comm_create_group.c) add_executable(comm_group_half comm_group_half.c) add_executable(comm_group_rand comm_group_rand.c) - # add_executable(comm_idup comm_idup.c) - # add_executable(comm_idup_mul comm_idup_mul.c) - # add_executable(comm_idup_overlap comm_idup_overlap.c) +# add_executable(comm_idup comm_idup.c) +# add_executable(comm_idup_mul comm_idup_mul.c) +# add_executable(comm_idup_overlap comm_idup_overlap.c) add_executable(comm_info comm_info.c) # add_executable(commname commname.c) add_executable(ctxalloc ctxalloc.c) @@ -46,7 +46,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) target_link_libraries(comm_create_group simgrid mtest_c) target_link_libraries(comm_group_half simgrid mtest_c) target_link_libraries(comm_group_rand simgrid mtest_c) - # target_link_libraries(comm_idup simgrid mtest_c) +# target_link_libraries(comm_idup simgrid mtest_c) target_link_libraries(comm_info simgrid mtest_c) # target_link_libraries(commname simgrid mtest_c) target_link_libraries(ctxalloc simgrid mtest_c) diff --git a/teshsuite/smpi/mpich3-test/topo/CMakeLists.txt b/teshsuite/smpi/mpich3-test/topo/CMakeLists.txt index 1170fa0212..5224a242e8 100644 --- a/teshsuite/smpi/mpich3-test/topo/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/topo/CMakeLists.txt @@ -14,7 +14,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) add_executable(cartcreates cartcreates.c) - #add_executable(cartmap1 cartmap1.c) +#add_executable(cartmap1 cartmap1.c) add_executable(cartshift1 cartshift1.c) add_executable(cartsuball cartsuball.c) add_executable(cartzero cartzero.c)