Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics about excluded tests to ease the writing of reporting scripts
[simgrid.git] / teshsuite / smpi / mpich3-test / comm / CMakeLists.txt
index 779209f..ca98ccb 100644 (file)
@@ -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)