X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/66ef2e701aefbe5723cbeb5017f8422c140b25b8..cee419fa549211d1abfd98e829ab90fba005335c:/teshsuite/smpi/mpich3-test/attr/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/attr/CMakeLists.txt b/teshsuite/smpi/mpich3-test/attr/CMakeLists.txt index 0eda4eb4a5..95c7d48c6b 100644 --- a/teshsuite/smpi/mpich3-test/attr/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/attr/CMakeLists.txt @@ -13,41 +13,41 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) include_directories("${CMAKE_HOME_DIRECTORY}/include/smpi") include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../include/") - add_executable(attr2type attr2type.c) +# add_executable(attr2type attr2type.c) add_executable(attrend2 attrend2.c) - add_executable(attrend attrend.c) - add_executable(attrerr attrerr.c) - add_executable(attrerrcomm attrerrcomm.c) - add_executable(attrerrtype attrerrtype.c) - add_executable(attric attric.c) - add_executable(attrorder attrorder.c) - add_executable(attrordercomm attrordercomm.c) - add_executable(attrordertype attrordertype.c) - add_executable(attrt attrt.c) - add_executable(baseattr2 baseattr2.c) - add_executable(baseattrcomm baseattrcomm.c) - add_executable(fkeyval fkeyval.c) - add_executable(fkeyvalcomm fkeyvalcomm.c) - add_executable(fkeyvaltype fkeyvaltype.c) - add_executable(keyval_double_free keyval_double_free.c) +# add_executable(attrend attrend.c) +# add_executable(attrerr attrerr.c) +# add_executable(attrerrcomm attrerrcomm.c) +# add_executable(attrerrtype attrerrtype.c) +# add_executable(attric attric.c) +# add_executable(attrorder attrorder.c) +# add_executable(attrordercomm attrordercomm.c) +# add_executable(attrordertype attrordertype.c) +# add_executable(attrt attrt.c) +# add_executable(baseattr2 baseattr2.c) +# add_executable(baseattrcomm baseattrcomm.c) +# add_executable(fkeyval fkeyval.c) +# add_executable(fkeyvalcomm fkeyvalcomm.c) +# add_executable(fkeyvaltype fkeyvaltype.c) +# add_executable(keyval_double_free keyval_double_free.c) - target_link_libraries(attr2type simgrid mtest_c) +# target_link_libraries(attr2type simgrid mtest_c) target_link_libraries(attrend2 simgrid mtest_c) - target_link_libraries(attrend simgrid mtest_c) - target_link_libraries(attrerr simgrid mtest_c) - target_link_libraries(attrerrcomm simgrid mtest_c) - target_link_libraries(attrerrtype simgrid mtest_c) - target_link_libraries(attric simgrid mtest_c) - target_link_libraries(attrorder simgrid mtest_c) - target_link_libraries(attrordercomm simgrid mtest_c) - target_link_libraries(attrordertype simgrid mtest_c) - target_link_libraries(attrt simgrid mtest_c) - target_link_libraries(baseattr2 simgrid mtest_c) - target_link_libraries(baseattrcomm simgrid mtest_c) - target_link_libraries(fkeyval simgrid mtest_c) - target_link_libraries(fkeyvalcomm simgrid mtest_c) - target_link_libraries(fkeyvaltype simgrid mtest_c) - target_link_libraries(keyval_double_free simgrid mtest_c) +# target_link_libraries(attrend simgrid mtest_c) +# target_link_libraries(attrerr simgrid mtest_c) +# target_link_libraries(attrerrcomm simgrid mtest_c) +# target_link_libraries(attrerrtype simgrid mtest_c) +# target_link_libraries(attric simgrid mtest_c) +# target_link_libraries(attrorder simgrid mtest_c) +# target_link_libraries(attrordercomm simgrid mtest_c) +# target_link_libraries(attrordertype simgrid mtest_c) +# target_link_libraries(attrt simgrid mtest_c) +# target_link_libraries(baseattr2 simgrid mtest_c) +# target_link_libraries(baseattrcomm simgrid mtest_c) +# target_link_libraries(fkeyval simgrid mtest_c) +# target_link_libraries(fkeyvalcomm simgrid mtest_c) +# target_link_libraries(fkeyvaltype simgrid mtest_c) +# target_link_libraries(keyval_double_free simgrid mtest_c) endif()