summaryrefslogtreecommitdiffstats
path: root/test/external_env.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2019-06-24 19:59:15 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2019-06-24 19:59:15 (GMT)
commit3c9b147707b92565d31db65fa6b2393e257db443 (patch)
treef2be0e4ad664f4e21e289cacecb63121d8a16ed6 /test/external_env.c
parent2e973f7e12301975f9d8dfdd5534682525554e77 (diff)
parent35fd0ec8ceffe96cee352187154da15c967fb990 (diff)
downloadhdf5-3c9b147707b92565d31db65fa6b2393e257db443.zip
hdf5-3c9b147707b92565d31db65fa6b2393e257db443.tar.gz
hdf5-3c9b147707b92565d31db65fa6b2393e257db443.tar.bz2
Merge pull request #7 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-10808-h5pset_file_space_strategy-succeeds
* commit '35fd0ec8ceffe96cee352187154da15c967fb990': Updated H5Tcopy() to get the dataset's datatype through the VOL when that is passed in as the object ID. Fix fortran test and test library linking Update GCC 6 & 7 flags for CMake builds Move -Wnormalized down into GCC 6.x flags Put the memcpy overlap check back into H5MM. Fixed the heap overflow in t_filters_parallel Fixed some low-hanging fruit from -fsanitize in t_filters_parallel. Add lib dir for testing plugins Add support for GCC 7.x warnings, update warnhist script to account for them, clean up warnings. Add H5_HLDLL prefix for windows link HDFFV-10805 cleanup examples and test code Add missing fortran mods HDFFV-10805 Fix test of library libinfo Cleanup possible CMake target conflicts Correct CMake issues
Diffstat (limited to 'test/external_env.c')
-rw-r--r--test/external_env.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/external_env.c b/test/external_env.c
index 55f68be..1bf0cf0 100644
--- a/test/external_env.c
+++ b/test/external_env.c
@@ -16,6 +16,11 @@
*/
#include "external_common.h"
+static const char *EXT_ENV_FNAME[] = {
+ "extern_env_dir/env_file_1",
+ NULL
+};
+
/*-------------------------------------------------------------------------
* Function: test_path_env