X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a17dc03c319ff99d276cf526d5bed1d9ddf2f030..3d5008e81ac9ae0a0a94334202996cf7249e97e9:/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 4025562c4c..1da613ab62 100644 --- a/teshsuite/smpi/mpich3-test/group/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/group/CMakeLists.txt @@ -9,7 +9,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite) include_directories(BEFORE "${CMAKE_HOME_DIRECTORY}/include/smpi") include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../include/") - foreach(file groupcreate grouptest2 grouptest gtranks gtranksperf) #groupnullincl + foreach(file groupcreate grouptest2 grouptest gtranks gtranksperf) #groupnullincl glpid add_executable(${file} ${file}.c) target_link_libraries(${file} simgrid mtest_c) endforeach() @@ -20,7 +20,7 @@ if (enable_smpi_MPICH3_testsuite AND HAVE_RAW_CONTEXTS) SET_TESTS_PROPERTIES(test-smpi-mpich3-group-raw PROPERTIES PASS_REGULAR_EXPRESSION "tests passed!") endif() -foreach(file groupcreate grouptest2 grouptest gtranks gtranksperf groupnullincl) +foreach(file groupcreate grouptest2 grouptest gtranks gtranksperf groupnullincl glpid) set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${file}.c) endforeach()