summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5E_F03.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2022-10-14 18:35:52 (GMT)
committerGitHub <noreply@github.com>2022-10-14 18:35:52 (GMT)
commitafb92a3e229a05755733c183d749bfc69548ab01 (patch)
tree4c5163d3d7c725e61c20c5dc9c3e740ce262aac6 /fortran/test/tH5E_F03.F90
parent5021fd9d4d2632454684a01aabad2a1cb20ac9f3 (diff)
downloadhdf5-afb92a3e229a05755733c183d749bfc69548ab01.zip
hdf5-afb92a3e229a05755733c183d749bfc69548ab01.tar.gz
hdf5-afb92a3e229a05755733c183d749bfc69548ab01.tar.bz2
Fix H5Dfill_f test (#2162)
* change to integer for legacy H5Dfill_f testing * fixed H5Dfill testing issues with promoted real and integer * updated build fortran dependencies
Diffstat (limited to 'fortran/test/tH5E_F03.F90')
-rw-r--r--fortran/test/tH5E_F03.F902
1 files changed, 2 insertions, 0 deletions
diff --git a/fortran/test/tH5E_F03.F90 b/fortran/test/tH5E_F03.F90
index 35dde67..d0d1ef5 100644
--- a/fortran/test/tH5E_F03.F90
+++ b/fortran/test/tH5E_F03.F90
@@ -29,6 +29,8 @@
!
!*****
+#include <H5config_f.inc>
+
! *****************************************
! *** H 5 E T E S T S
! *****************************************