summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/CMakeTestsXML.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-10-05 13:51:32 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-10-05 13:51:32 (GMT)
commit82986dba722596e4596b4aa85e172087793c6738 (patch)
tree11889cb6ce68b1b2dc5b6c72e919abde0be01e88 /tools/test/h5dump/CMakeTestsXML.cmake
parenteb6f687ca3cd5e69d30db0decf546057b88c4498 (diff)
downloadhdf5-82986dba722596e4596b4aa85e172087793c6738.zip
hdf5-82986dba722596e4596b4aa85e172087793c6738.tar.gz
hdf5-82986dba722596e4596b4aa85e172087793c6738.tar.bz2
Fix typo in valgrind test name
Diffstat (limited to 'tools/test/h5dump/CMakeTestsXML.cmake')
-rw-r--r--tools/test/h5dump/CMakeTestsXML.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5dump/CMakeTestsXML.cmake b/tools/test/h5dump/CMakeTestsXML.cmake
index 0f8875f..17d0286b 100644
--- a/tools/test/h5dump/CMakeTestsXML.cmake
+++ b/tools/test/h5dump/CMakeTestsXML.cmake
@@ -176,7 +176,7 @@
macro (ADD_XML_H5_TEST resultfile resultcode)
if (HDF5_ENABLE_USING_MEMCHECKER)
add_test (NAME H5DUMP_XML-${resultfile} COMMAND $<TARGET_FILE:h5dump> --xml ${ARGN})
- set_tests_properties (H5DUMP-XML-${resultfile} PROPERTIES WORKING_DIRECTORY "${PROJECT_BINARY_DIR}/testfiles/xml")
+ set_tests_properties (H5DUMP_XML-${resultfile} PROPERTIES WORKING_DIRECTORY "${PROJECT_BINARY_DIR}/testfiles/xml")
if (NOT "${resultcode}" STREQUAL "0")
set_tests_properties (H5DUMP-XML-${resultfile} PROPERTIES WILL_FAIL "true")
endif ()