summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRichard Warren <Richard.Warren@hdfgroup.org>2017-10-06 13:13:09 (GMT)
committerRichard Warren <Richard.Warren@hdfgroup.org>2017-10-06 13:13:09 (GMT)
commitcb09092d9aec8f327cf6de9bf57890ab18f6e9b0 (patch)
treeae1f04a775fb24af7b25d3ac7a7138ec57aea45a /tools
parentbccbe8e53eaef9ad0d4afbbc9298a8bba19ab827 (diff)
parent0cef4c9151010e0e2498e81aa7a9186d3280c399 (diff)
downloadhdf5-cb09092d9aec8f327cf6de9bf57890ab18f6e9b0.zip
hdf5-cb09092d9aec8f327cf6de9bf57890ab18f6e9b0.tar.gz
hdf5-cb09092d9aec8f327cf6de9bf57890ab18f6e9b0.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into optimize_superblock_read
Diffstat (limited to 'tools')
-rw-r--r--tools/test/h5dump/CMakeTestsXML.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/test/h5dump/CMakeTestsXML.cmake b/tools/test/h5dump/CMakeTestsXML.cmake
index 0f8875f..9c68e5f 100644
--- a/tools/test/h5dump/CMakeTestsXML.cmake
+++ b/tools/test/h5dump/CMakeTestsXML.cmake
@@ -176,12 +176,12 @@
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")
+ set_tests_properties (H5DUMP_XML-${resultfile} PROPERTIES WILL_FAIL "true")
endif ()
if (NOT "${last_xml_test}" STREQUAL "")
- set_tests_properties (H5DUMP-XML-${resultfile} PROPERTIES DEPENDS ${last_xml_test})
+ set_tests_properties (H5DUMP_XML-${resultfile} PROPERTIES DEPENDS ${last_xml_test})
endif ()
else ()
# Remove any output file left over from previous test run