X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dccf1b41e9c7b5a696f01abceaa2779fe65f154f..8c13bb27e65a53b8d533858a8c764ce5f7a3f067:/teshsuite/smpi/mpich3-test/info/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/info/CMakeLists.txt b/teshsuite/smpi/mpich3-test/info/CMakeLists.txt index 6d29723eda..f8cefebbf2 100644 --- a/teshsuite/smpi/mpich3-test/info/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/info/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 infodel infodup infomany2 infomany infoorder infotest infovallen) #infoenv + foreach(file infodel infodup infomany2 infomany infoorder infotest infoget infovallen) #infoenv 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-info-raw PROPERTIES PASS_REGULAR_EXPRESSION "tests passed!") endif() -foreach(file infodel infodup infomany2 infomany infoorder infotest infovallen infoenv) +foreach(file infodel infodup infomany2 infomany infoorder infotest infoget infovallen infoenv) set(examples_src ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/${file}.c) endforeach()