summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-03-05 17:07:16 (GMT)
committerGitHub <noreply@github.com>2024-03-05 17:07:16 (GMT)
commit0be892585a63a34d8dbe687c2cebdbff30809cce (patch)
tree83d9528271f21f3497e667546e68602bb0dc35f6 /utils
parent42c7e1d073d6e8070d5483bfdf30f5039a69b264 (diff)
downloadhdf5-0be892585a63a34d8dbe687c2cebdbff30809cce.zip
hdf5-0be892585a63a34d8dbe687c2cebdbff30809cce.tar.gz
hdf5-0be892585a63a34d8dbe687c2cebdbff30809cce.tar.bz2
Rename incorrectly named option (#4067)
* Rename incorrectly named option * Restore the correct uses of USING_MEMCHECKER * Update release note
Diffstat (limited to 'utils')
-rw-r--r--utils/tools/test/h5dwalk/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tools/test/h5dwalk/CMakeTests.cmake b/utils/tools/test/h5dwalk/CMakeTests.cmake
index b65499d..a024f76 100644
--- a/utils/tools/test/h5dwalk/CMakeTests.cmake
+++ b/utils/tools/test/h5dwalk/CMakeTests.cmake
@@ -27,7 +27,7 @@
macro (ADD_H5_TEST resultfile resultcode)
# If using memchecker add tests without using scripts
- if (HDF5_ENABLE_USING_MEMCHECKER)
+ if (HDF5_USING_ANALYSIS_TOOL)
message("Entered ADD_H5_TEST - 0")
add_test (NAME H5DWALK-${resultfile} COMMAND ${CMAKE_CROSSCOMPILING_EMULATOR} $<TARGET_FILE:h5dwalk> ${ARGN})
set_tests_properties (H5DWALK-${resultfile} PROPERTIES