summaryrefslogtreecommitdiffstats
path: root/tools/test
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-10-31 04:01:14 (GMT)
committerGitHub <noreply@github.com>2021-10-31 04:01:14 (GMT)
commitc910630c15ae3e8d019627a2f7ca4fc3cb0a7d43 (patch)
tree46057c99e87c27f7a7f80d0434b0152f23855484 /tools/test
parentfc01914c99088801ebfad767db27173af0f3cd70 (diff)
downloadhdf5-c910630c15ae3e8d019627a2f7ca4fc3cb0a7d43.zip
hdf5-c910630c15ae3e8d019627a2f7ca4fc3cb0a7d43.tar.gz
hdf5-c910630c15ae3e8d019627a2f7ca4fc3cb0a7d43.tar.bz2
1.12 Merge Consolidate VFD create list macro #1132 (#1133)
* Merge Consolidate VFD create list macro #1132 * Split dir create into separate macro * fix VFD settings
Diffstat (limited to 'tools/test')
-rw-r--r--tools/test/h5dump/CMakeVFDTests.cmake3
-rw-r--r--tools/test/h5repack/CMakeVFDTests.cmake3
2 files changed, 2 insertions, 4 deletions
diff --git a/tools/test/h5dump/CMakeVFDTests.cmake b/tools/test/h5dump/CMakeVFDTests.cmake
index 6a70b85..7ab8c1f 100644
--- a/tools/test/h5dump/CMakeVFDTests.cmake
+++ b/tools/test/h5dump/CMakeVFDTests.cmake
@@ -15,8 +15,7 @@
### T E S T I N G ###
##############################################################################
##############################################################################
-
-H5_SET_VFD_LIST()
+H5_CREATE_VFD_DIR()
# --------------------------------------------------------------------
# Copy all the HDF5 files from the source directory into the test directory
diff --git a/tools/test/h5repack/CMakeVFDTests.cmake b/tools/test/h5repack/CMakeVFDTests.cmake
index 78d752c..f8ac10b 100644
--- a/tools/test/h5repack/CMakeVFDTests.cmake
+++ b/tools/test/h5repack/CMakeVFDTests.cmake
@@ -15,8 +15,7 @@
### T E S T I N G ###
##############################################################################
##############################################################################
-
-H5_SET_VFD_LIST()
+H5_CREATE_VFD_DIR()
##############################################################################
##############################################################################