summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-10-05 13:56:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-10-05 13:56:52 (GMT)
commit49031748302822467887923c59d02d01e857d25b (patch)
tree9aa7b02c8ff2230b24c9aaab36a6819f46e1d325
parentca685d0dc2e7e423f88ebbd57039dfbceaaf9878 (diff)
downloadhdf5-49031748302822467887923c59d02d01e857d25b.zip
hdf5-49031748302822467887923c59d02d01e857d25b.tar.gz
hdf5-49031748302822467887923c59d02d01e857d25b.tar.bz2
Fix other test name typos
-rw-r--r--tools/test/h5dump/CMakeTestsXML.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5dump/CMakeTestsXML.cmake b/tools/test/h5dump/CMakeTestsXML.cmake
index 17d0286b..9c68e5f 100644
--- a/tools/test/h5dump/CMakeTestsXML.cmake
+++ b/tools/test/h5dump/CMakeTestsXML.cmake
@@ -178,10 +178,10 @@
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")
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