Consolidate VFD create list macro (#1132)

This commit is contained in:
Allen Byrne
2021-10-25 21:17:23 -05:00
committed by GitHub
parent b0bd984ed6
commit aee9e06aa8
7 changed files with 5 additions and 10 deletions

View File

@@ -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)