diff options
Diffstat (limited to 'test/tfile.c')
-rw-r--r-- | test/tfile.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tfile.c b/test/tfile.c index cac159a..d9cd9bf 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -920,7 +920,9 @@ test_file(void) test_file_create(); /* Test file creation(also creation templates)*/ test_file_open(); /* Test file opening */ +#ifndef H5_NO_SHARED_WRITING test_file_close(); /* Test file close behavior */ +#endif /* H5_NO_SHARED_WRITING */ } /* test_file() */ |