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 b674452..c8830d6 100644
--- a/fortran/test/fortranlib_test_F03.f90
+++ b/fortran/test/fortranlib_test_F03.f90
@@ -117,6 +117,10 @@ PROGRAM fortranlibtest_F03
CALL write_test_status(ret_total_error, ' Testing writing/reading string datatypes, using C_LOC', total_error)
ret_total_error = 0
+ CALL vl_test_special_char(ret_total_error)
+ CALL write_test_status(ret_total_error, ' Testing string datatypes containing control characters', total_error)
+
+ ret_total_error = 0
CALL test_create(ret_total_error)
CALL write_test_status(ret_total_error, &
' Testing filling functions', &