X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3298143d154ffad1e3935770d53b15b34caea69a..3e5973d9db0e6a3b9b53bcd7566645bcacfedbcf:/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt b/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt index 2572c4bb42..ba8a0d3276 100644 --- a/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/f90/rma/CMakeLists.txt @@ -12,7 +12,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN) add_executable(winaccf90 winaccf90.f90) # add_executable(winerrf90 winerrf90.f90) add_executable(winfencef90 winfencef90.f90) -# add_executable(wingroupf90 wingroupf90.f90) + add_executable(wingroupf90 wingroupf90.f90) # add_executable(baseattrwinf90 baseattrwinf90.f90) # add_executable(winattr2f90 winattr2f90.f90) # add_executable(winattrf90 winattrf90.f90) @@ -25,7 +25,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN) target_link_libraries(winaccf90 simgrid mtest_f90) #target_link_libraries(winerrf90 simgrid mtest_f90) target_link_libraries(winfencef90 simgrid mtest_f90) -#target_link_libraries(wingroupf90 simgrid mtest_f90) +target_link_libraries(wingroupf90 simgrid mtest_f90) #target_link_libraries(baseattrwinf90 simgrid mtest_f90) target_link_libraries(c2f2cwinf90 simgrid mtest_f90) #target_link_libraries(winattr2f90 simgrid mtest_f90)