Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add MPI_Win_get_group, and activate some tests using *c2f and *f2c calls
[simgrid.git] / teshsuite / smpi / mpich3-test / f90 / rma / CMakeLists.txt
index 07f0627..6292467 100644 (file)
@@ -19,7 +19,7 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN)
 #  add_executable(baseattrwinf90 baseattrwinf90.f90)
 #  add_executable(winattr2f90 winattr2f90.f90)
 #  add_executable(winattrf90 winattrf90.f90)
-#  add_executable(c2f2cwinf90 c2f2cwinf90.f90 c2f2cwin.c)
+  add_executable(c2f2cwinf90 c2f2cwinf90.f90 c2f902cwin.c)
   add_executable(wingetf90 wingetf90.f90)
   add_executable(winnamef90 winnamef90.f90)
 #  add_executable(winscale1f90 winscale1f90.f90)
@@ -30,7 +30,7 @@ target_link_libraries(winaccf90 simgrid mtest_f90)
 target_link_libraries(winfencef90 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(c2f2cwinf90 simgrid mtest_f90)
 #target_link_libraries(winattr2f90 simgrid mtest_f90)
 #target_link_libraries(winattrf90 simgrid mtest_f90)
 target_link_libraries(wingetf90 simgrid mtest_f90)