summaryrefslogtreecommitdiffstats
path: root/fortran/test/fortranlib_test_F03.f90
diff options
context:
space:
mode:
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 62315ba..1e58616 100644
--- a/fortran/test/fortranlib_test_F03.f90
+++ b/fortran/test/fortranlib_test_F03.f90
@@ -109,6 +109,10 @@ PROGRAM fortranlibtest_F03
CALL write_test_status(ret_total_error, ' Testing writing/reading variable-string datatypes, using C_LOC', total_error)
ret_total_error = 0
+ CALL t_vlstring_readwrite(ret_total_error)
+ CALL write_test_status(ret_total_error, ' Testing variable-string write/read, using h5dwrite_f/h5dread_f', total_error)
+
+ ret_total_error = 0
CALL t_string(ret_total_error)
CALL write_test_status(ret_total_error, ' Testing writing/reading string datatypes, using C_LOC', total_error)