summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/CMakeTestsXML.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-10-05 13:53:36 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-10-05 13:53:36 (GMT)
commitca685d0dc2e7e423f88ebbd57039dfbceaaf9878 (patch)
treef22bbdedf98a1fcc8f94fa442112a48233314d3e /tools/test/h5dump/CMakeTestsXML.cmake
parent4a501ecfe47d390cdaf0164bae27bf639b6b89bc (diff)
downloadhdf5-ca685d0dc2e7e423f88ebbd57039dfbceaaf9878.zip
hdf5-ca685d0dc2e7e423f88ebbd57039dfbceaaf9878.tar.gz
hdf5-ca685d0dc2e7e423f88ebbd57039dfbceaaf9878.tar.bz2
Fix cmake test name for valgrind
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 ()