summaryrefslogtreecommitdiffstats
path: root/fortran/test/fortranlib_test.f90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2009-04-17 17:13:01 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2009-04-17 17:13:01 (GMT)
commitb0cecde98bdebf47ab52bd3d1d98b0b12f7114ae (patch)
tree10bd931fb0aa293a2906515e6ed807e215f229de /fortran/test/fortranlib_test.f90
parent4e26920aafe4c3cc0650819e4b328f95fa27963f (diff)
downloadhdf5-b0cecde98bdebf47ab52bd3d1d98b0b12f7114ae.zip
hdf5-b0cecde98bdebf47ab52bd3d1d98b0b12f7114ae.tar.gz
hdf5-b0cecde98bdebf47ab52bd3d1d98b0b12f7114ae.tar.bz2
[svn-r16780] Description:
Added tests for the new APIs: H5D_H5DGET_ACCESS_PLIST_F H5I_H5IIS_VALID_F H5P_H5PSET_CHUNK_CACHE_F H5P_H5PGET_CHUNK_CACHE_F Platforms tested: smirom: pgf90, ifort linew liberty: gcc43, gfortran43, gcc44, gfortran44
Diffstat (limited to 'fortran/test/fortranlib_test.f90')
-rw-r--r--fortran/test/fortranlib_test.f905
1 files changed, 3 insertions, 2 deletions
diff --git a/fortran/test/fortranlib_test.f90 b/fortran/test/fortranlib_test.f90
index bbc6a25..742e98b 100644
--- a/fortran/test/fortranlib_test.f90
+++ b/fortran/test/fortranlib_test.f90
@@ -176,6 +176,9 @@ PROGRAM fortranlibtest
CALL multi_file_test(cleanup, ret_total_error)
CALL write_test_status(ret_total_error, ' Multi file driver test', total_error)
+ CALL test_chunk_cache (cleanup, ret_total_error)
+ CALL write_test_status(ret_total_error, ' Dataset chunk cache configuration', total_error)
+
! write(*,*)
! write(*,*) '========================================='
! write(*,*) 'Testing ATTRIBUTE interface '
@@ -240,5 +243,3 @@ PROGRAM fortranlibtest
IF (total_error .NE. 0) CALL h5_exit_f (1)
END PROGRAM fortranlibtest
-
-