summaryrefslogtreecommitdiffstats
path: root/fortran/test/fortranlib_test_F03.f90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2013-02-08 00:28:55 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2013-02-08 00:28:55 (GMT)
commit386f73823af1fbe6bd39e9bce3c247c183ae56c1 (patch)
tree10c38f41ab9d69d988f6fe996bb249ee5d45d30a /fortran/test/fortranlib_test_F03.f90
parent69a777556e61928537648bcd46ae16069c042547 (diff)
downloadhdf5-386f73823af1fbe6bd39e9bce3c247c183ae56c1.zip
hdf5-386f73823af1fbe6bd39e9bce3c247c183ae56c1.tar.gz
hdf5-386f73823af1fbe6bd39e9bce3c247c183ae56c1.tar.bz2
[svn-r23236] Fix for: HDFFV-8223
Write a Fortran test for conversion fron enum to numeric type Tested (jam, gnu, intel)
Diffstat (limited to 'fortran/test/fortranlib_test_F03.f90')
-rw-r--r--fortran/test/fortranlib_test_F03.f904
1 files changed, 4 insertions, 0 deletions
diff --git a/fortran/test/fortranlib_test_F03.f90 b/fortran/test/fortranlib_test_F03.f90
index a03241c..606b050 100644
--- a/fortran/test/fortranlib_test_F03.f90
+++ b/fortran/test/fortranlib_test_F03.f90
@@ -82,6 +82,10 @@ PROGRAM fortranlibtest_F03
CALL write_test_status(ret_total_error, ' Testing writing/reading enum dataset, using C_LOC', total_error)
ret_total_error = 0
+ CALL t_enum_conv(ret_total_error)
+ CALL write_test_status(ret_total_error, ' Testing enumeration conversions', total_error)
+
+ ret_total_error = 0
CALL t_bit(ret_total_error)
CALL write_test_status(ret_total_error, ' Testing writing/reading bitfield dataset, using C_LOC', total_error)