diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-09-24 16:23:54 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2008-09-24 16:23:54 (GMT) |
commit | acf7dd2c744555b30b10f0915b713eadeda45571 (patch) | |
tree | d0251bc13d32525f82a7d539a33f0ad3d3322a53 /fortran/test/fortranlib_test.f90 | |
parent | 844a56e79b49d93fe241ef06fb929eb3762c7cfe (diff) | |
download | hdf5-acf7dd2c744555b30b10f0915b713eadeda45571.zip hdf5-acf7dd2c744555b30b10f0915b713eadeda45571.tar.gz hdf5-acf7dd2c744555b30b10f0915b713eadeda45571.tar.bz2 |
[svn-r15689] Description:
Added additional tests for h5sget_select_bounds_f
Diffstat (limited to 'fortran/test/fortranlib_test.f90')
-rw-r--r-- | fortran/test/fortranlib_test.f90 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fortran/test/fortranlib_test.f90 b/fortran/test/fortranlib_test.f90 index a540f99..1f22cd6 100644 --- a/fortran/test/fortranlib_test.f90 +++ b/fortran/test/fortranlib_test.f90 @@ -135,6 +135,10 @@ PROGRAM fortranlibtest CALL test_select_combine(cleanup, total_error) CALL write_test_status(ret_total_error, ' Selection combinations test ', total_error) + ret_total_error = 0 + CALL test_select_bounds(cleanup, total_error) + CALL write_test_status(ret_total_error, ' Selection bounds test ', total_error) + ! write(*,*) ! write(*,*) '=========================================' ! write(*,*) 'Testing DATATYPE interface ' |