diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-09-27 19:48:54 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-09-27 19:48:54 (GMT) |
commit | 7b9929e309553c3431c09b58e3fbb2d7c686b9c6 (patch) | |
tree | 6f5a93aa760331e0d9a8b4a0847dd167b6dcb20f | |
parent | 0878e52087a3d782ced8200a2e0091d853e50026 (diff) | |
download | hdf5-7b9929e309553c3431c09b58e3fbb2d7c686b9c6.zip hdf5-7b9929e309553c3431c09b58e3fbb2d7c686b9c6.tar.gz hdf5-7b9929e309553c3431c09b58e3fbb2d7c686b9c6.tar.bz2 |
[svn-r22828]
HDFFV-8007:Add missing H5O Fortran functions
Added new F03 test file for new H5O functions.
-rw-r--r-- | fortran/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fortran/test/CMakeLists.txt b/fortran/test/CMakeLists.txt index d19baea..3a3d084 100644 --- a/fortran/test/CMakeLists.txt +++ b/fortran/test/CMakeLists.txt @@ -106,6 +106,7 @@ IF (FORTRAN_HAVE_ISO_C_BINDING AND HDF5_ENABLE_F2003) tH5F.f90 tH5E_F03.f90 tH5L_F03.f90 + tH5O_F03.f90 tH5P_F03.f90 tH5T_F03.f90 ) |