X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c4bdea03e8859d800ca3be2622de5fca7d8837bb..2036b7e0e74317037c64f68121a00beac23ed1a0:/teshsuite/smpi/mpich3-test/f90/datatype/CMakeLists.txt diff --git a/teshsuite/smpi/mpich3-test/f90/datatype/CMakeLists.txt b/teshsuite/smpi/mpich3-test/f90/datatype/CMakeLists.txt index 5b2f44a0cd..bc7223c84e 100644 --- a/teshsuite/smpi/mpich3-test/f90/datatype/CMakeLists.txt +++ b/teshsuite/smpi/mpich3-test/f90/datatype/CMakeLists.txt @@ -8,12 +8,12 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN) include_directories(BEFORE "${CMAKE_HOME_DIRECTORY}/include/smpi") - foreach(test gaddressf90 + foreach(test gaddressf90 typesnamef90 structf # allctypesf90 createf90 get_elem_d get_elem_u # hindex1f90 hindexed_blockf90 indtype kinds - # packef90 sizeof structf trf90 typecntsf90 typem2f90 typename3f90 - # typenamef90 typesnamef90 + # packef90 sizeof trf90 typecntsf90 typem2f90 typename3f90 + # typenamef90 typesubf90) add_executable(${test} EXCLUDE_FROM_ALL ${test}.f90) add_dependencies(tests ${test})