diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-10-26 02:17:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 02:17:23 (GMT) |
commit | aee9e06aa8ff85397a54f7955d62466d39b23ddc (patch) | |
tree | 13acfaf6e70c17f8737f3a905e80778ba08c2517 /CMakeLists.txt | |
parent | b0bd984ed620aeca1047f1f45692890eacb924be (diff) | |
download | hdf5-aee9e06aa8ff85397a54f7955d62466d39b23ddc.zip hdf5-aee9e06aa8ff85397a54f7955d62466d39b23ddc.tar.gz hdf5-aee9e06aa8ff85397a54f7955d62466d39b23ddc.tar.bz2 |
Consolidate VFD create list macro (#1132)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c6df76..2b5ff7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -946,6 +946,9 @@ if (BUILD_TESTING) if (HDF5_TEST_VFD) option (HDF5_TEST_FHEAP_VFD "Execute tests with different VFDs" ON) mark_as_advanced (HDF5_TEST_FHEAP_VFD) + + # Initialize the list of VFDs to be used for testing and create a test folder for each VFD + H5_SET_VFD_LIST() endif () option (HDF5_TEST_PASSTHROUGH_VOL "Execute tests with different passthrough VOL connectors" OFF) |