summaryrefslogtreecommitdiffstats
path: root/test/external_common.h
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2019-04-23 21:40:02 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2019-04-23 21:40:02 (GMT)
commit562e8ec915c18f14390558399186aba7e3ead9c1 (patch)
treee397a4d214494903f87b30d66002a0ab91a43370 /test/external_common.h
parent544a36e75e5766cc1e40bc7408cd795e7ce38bde (diff)
downloadhdf5-562e8ec915c18f14390558399186aba7e3ead9c1.zip
hdf5-562e8ec915c18f14390558399186aba7e3ead9c1.tar.gz
hdf5-562e8ec915c18f14390558399186aba7e3ead9c1.tar.bz2
Changing file names and directory names to avoid possible conflict during parallel 'make check'.
Diffstat (limited to 'test/external_common.h')
-rw-r--r--test/external_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/external_common.h b/test/external_common.h
index 1e4fe7a..cc2b5fb 100644
--- a/test/external_common.h
+++ b/test/external_common.h
@@ -33,6 +33,11 @@ static const char *EXT_FNAME[] = {
NULL
};
+static const char *EXT_ENV_FNAME[] = {
+ "extern_env_dir/env_file_1",
+ NULL
+};
+
/* A similar collection of files is used for the tests that
* perform file I/O.
*/