summaryrefslogtreecommitdiffstats
path: root/testpar/CMakeVFDTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-10-26 02:17:23 (GMT)
committerGitHub <noreply@github.com>2021-10-26 02:17:23 (GMT)
commitaee9e06aa8ff85397a54f7955d62466d39b23ddc (patch)
tree13acfaf6e70c17f8737f3a905e80778ba08c2517 /testpar/CMakeVFDTests.cmake
parentb0bd984ed620aeca1047f1f45692890eacb924be (diff)
downloadhdf5-aee9e06aa8ff85397a54f7955d62466d39b23ddc.zip
hdf5-aee9e06aa8ff85397a54f7955d62466d39b23ddc.tar.gz
hdf5-aee9e06aa8ff85397a54f7955d62466d39b23ddc.tar.bz2
Consolidate VFD create list macro (#1132)
Diffstat (limited to 'testpar/CMakeVFDTests.cmake')
-rw-r--r--testpar/CMakeVFDTests.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/testpar/CMakeVFDTests.cmake b/testpar/CMakeVFDTests.cmake
index 4cda27b..12df1e9 100644
--- a/testpar/CMakeVFDTests.cmake
+++ b/testpar/CMakeVFDTests.cmake
@@ -21,8 +21,6 @@ set (H5P_VFD_TESTS
t_pflush2
)
-H5_SET_VFD_LIST()
-
macro (ADD_VFD_TEST vfdname resultcode)
if (NOT HDF5_ENABLE_USING_MEMCHECKER)
foreach (h5_test ${H5P_VFD_TESTS})