diff options
author | Songyu Lu <songyulu@hdfgroup.org> | 2019-07-29 16:22:20 (GMT) |
---|---|---|
committer | Songyu Lu <songyulu@hdfgroup.org> | 2019-07-29 16:22:20 (GMT) |
commit | f7cc189609f046ccf1b145fae7b97c70b535e137 (patch) | |
tree | 325c4ec63ea78154d2bfb7d7613f5d661e2763b7 /test/external_common.h | |
parent | 59d7db40a72142b9027748e762f4b2e8038aefa9 (diff) | |
download | hdf5-f7cc189609f046ccf1b145fae7b97c70b535e137.zip hdf5-f7cc189609f046ccf1b145fae7b97c70b535e137.tar.gz hdf5-f7cc189609f046ccf1b145fae7b97c70b535e137.tar.bz2 |
1. Updated the commands for compiling two new tests (external_env.c and vds_env.c).
2. Changed the data file names for external.c and external_env.c to avoid potential name conflict.
Diffstat (limited to 'test/external_common.h')
-rw-r--r-- | test/external_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/external_common.h b/test/external_common.h index f1a15b5..304f3fb 100644 --- a/test/external_common.h +++ b/test/external_common.h @@ -30,6 +30,7 @@ static const char *EXT_FNAME[] = { "extern_4", "extern_dir/file_1", "extern_5", + "extern_env_dir/file_2", NULL }; @@ -41,5 +42,5 @@ static const char *EXT_FNAME[] = { #define TOTAL_SIZE 100 #define GARBAGE_PER_FILE 10 -herr_t reset_raw_data_files(void); +herr_t reset_raw_data_files(hbool_t is_env); #endif /* _EXTERNAL_COMMON_H */ |