diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-10-28 12:49:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 12:49:28 (GMT) |
commit | fabdce56efbc0aed942770414bef36c9fd81c878 (patch) | |
tree | 7c648e37dfb87b629b803ab4dcf507bf9e4e6071 /tools/test | |
parent | 07a3a1c70b4b276497d5f837296c54930b5d675a (diff) | |
download | hdf5-fabdce56efbc0aed942770414bef36c9fd81c878.zip hdf5-fabdce56efbc0aed942770414bef36c9fd81c878.tar.gz hdf5-fabdce56efbc0aed942770414bef36c9fd81c878.tar.bz2 |
Split dir create into separate macro (#1141)
* Split dir create into separate macro
* Correct VFD settings
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/h5dump/CMakeVFDTests.cmake | 1 | ||||
-rw-r--r-- | tools/test/h5repack/CMakeVFDTests.cmake | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/test/h5dump/CMakeVFDTests.cmake b/tools/test/h5dump/CMakeVFDTests.cmake index b6e0bea..7ab8c1f 100644 --- a/tools/test/h5dump/CMakeVFDTests.cmake +++ b/tools/test/h5dump/CMakeVFDTests.cmake @@ -15,6 +15,7 @@ ### T E S T I N G ### ############################################################################## ############################################################################## +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 e50414f..f8ac10b 100644 --- a/tools/test/h5repack/CMakeVFDTests.cmake +++ b/tools/test/h5repack/CMakeVFDTests.cmake @@ -15,6 +15,7 @@ ### T E S T I N G ### ############################################################################## ############################################################################## +H5_CREATE_VFD_DIR() ############################################################################## ############################################################################## |