summaryrefslogtreecommitdiffstats
path: root/fortran/test/fortranlib_test.f90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-08-25 21:49:36 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-08-25 21:49:36 (GMT)
commit4939ee241909f476bc25ad6f3a7f7ee56c443fa8 (patch)
treef7e374207794aed674c2980dd68847b73bcc7feb /fortran/test/fortranlib_test.f90
parent8aef26f78594fc4f642e3bf5f170867c64839d2c (diff)
downloadhdf5-4939ee241909f476bc25ad6f3a7f7ee56c443fa8.zip
hdf5-4939ee241909f476bc25ad6f3a7f7ee56c443fa8.tar.gz
hdf5-4939ee241909f476bc25ad6f3a7f7ee56c443fa8.tar.bz2
[svn-r27580] Fix for:
HDFFV-9283 Add H5Dget_offset fortran wrapper tested: h5committest
Diffstat (limited to 'fortran/test/fortranlib_test.f90')
-rw-r--r--fortran/test/fortranlib_test.f902
1 files changed, 2 insertions, 0 deletions
diff --git a/fortran/test/fortranlib_test.f90 b/fortran/test/fortranlib_test.f90
index 79ff161..7e3159e 100644
--- a/fortran/test/fortranlib_test.f90
+++ b/fortran/test/fortranlib_test.f90
@@ -93,6 +93,8 @@ PROGRAM fortranlibtest
ret_total_error = 0
CALL extenddsettest(cleanup, ret_total_error)
CALL write_test_status(ret_total_error, ' Extendible dataset test', total_error)
+ CALL test_userblock_offset(cleanup, ret_total_error)
+ CALL write_test_status(ret_total_error, ' Dataset offset with user block', total_error)
! write(*,*)
! write(*,*) '========================================='