X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9b73466ada27682d1729f394549479da83ef4a99..a6b23c846948f7f89277f75e7c42f3942b31b8d3:/teshsuite/smpi/mpich3-test/group/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/group/CMakeLists.txt b/teshsuite/smpi/mpich3-test/group/CMakeLists.txt index e67cccac1b..41ea6ff190 100644 --- a/teshsuite/smpi/mpich3-test/group/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/group/CMakeLists.txt @@ -12,19 +12,19 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) include_directories("${CMAKE_HOME_DIRECTORY}/include/smpi") include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../include/") - add_executable(groupcreate groupcreate.c ../util/mtest.c) - add_executable(groupnullincl groupnullincl.c ../util/mtest.c) - add_executable(grouptest2 grouptest2.c ../util/mtest.c) - add_executable(grouptest grouptest.c ../util/mtest.c) - add_executable(gtranks gtranks.c ../util/mtest.c) - add_executable(gtranksperf gtranksperf.c ../util/mtest.c) + add_executable(groupcreate groupcreate.c) +# add_executable(groupnullincl groupnullincl.c) + add_executable(grouptest2 grouptest2.c) + add_executable(grouptest grouptest.c) + add_executable(gtranks gtranks.c) + add_executable(gtranksperf gtranksperf.c) - target_link_libraries(groupcreate simgrid) - target_link_libraries(groupnullincl simgrid) - target_link_libraries(grouptest2 simgrid) - target_link_libraries(grouptest simgrid) - target_link_libraries(gtranks simgrid) - target_link_libraries(gtranksperf simgrid) + target_link_libraries(groupcreate simgrid mtest_c) +# target_link_libraries(groupnullincl simgrid mtest_c) + target_link_libraries(grouptest2 simgrid mtest_c) + target_link_libraries(grouptest simgrid mtest_c) + target_link_libraries(gtranks simgrid mtest_c) + target_link_libraries(gtranksperf simgrid mtest_c) endif()