diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-10-29 12:48:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 12:48:52 (GMT) |
commit | 68d810d0d28668b3845cd9186b8947b47f7454e0 (patch) | |
tree | 3e674f005ef004449c29af38443506f6d74f8be8 /test/CMakeVFDTests.cmake | |
parent | a931934fa793ceeb8334e365de225bfd1b67c92a (diff) | |
download | hdf5-68d810d0d28668b3845cd9186b8947b47f7454e0.zip hdf5-68d810d0d28668b3845cd9186b8947b47f7454e0.tar.gz hdf5-68d810d0d28668b3845cd9186b8947b47f7454e0.tar.bz2 |
1.10 Merge Consolidate VFD create list macro #1132 (#1140)
* Merge Consolidate VFD create list macro #1132
* Split dir create into separate macro
* fix VFD settings
Diffstat (limited to 'test/CMakeVFDTests.cmake')
-rw-r--r-- | test/CMakeVFDTests.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeVFDTests.cmake b/test/CMakeVFDTests.cmake index 4a83c11..22bad5d 100644 --- a/test/CMakeVFDTests.cmake +++ b/test/CMakeVFDTests.cmake @@ -16,9 +16,9 @@ ############################################################################## ############################################################################## # included from CMakeTests.cmake +H5_CREATE_VFD_DIR() -H5_SET_VFD_LIST() - +# create more test folders for each VFD foreach (vfdtest ${VFD_LIST}) file (MAKE_DIRECTORY "${PROJECT_BINARY_DIR}/${vfdtest}/testfiles") file (MAKE_DIRECTORY "${PROJECT_BINARY_DIR}/${vfdtest}/testfiles/plist_files") |