diff options
-rw-r--r-- | test/tfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tfile.c b/test/tfile.c index db74720..dff4128 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -3718,6 +3718,7 @@ test_file(void) test_file_create(); /* Test file creation(also creation templates)*/ test_file_open(); /* Test file opening */ + test_file_reopen(); /* Test file reopening */ test_file_close(); /* Test file close behavior */ test_get_file_id(); /* Test H5Iget_file_id */ test_get_obj_ids(); /* Test H5Fget_obj_ids for Jira Issue 8528 */ |