diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-10-05 13:55:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-10-05 13:55:58 (GMT) |
commit | a49372724cbf9201c4f1d8c8daab1d56a33dc63e (patch) | |
tree | 95002d1a81c6844da8a09bb6a5058e04fc8e95d4 | |
parent | 82986dba722596e4596b4aa85e172087793c6738 (diff) | |
download | hdf5-a49372724cbf9201c4f1d8c8daab1d56a33dc63e.zip hdf5-a49372724cbf9201c4f1d8c8daab1d56a33dc63e.tar.gz hdf5-a49372724cbf9201c4f1d8c8daab1d56a33dc63e.tar.bz2 |
Fix other test name typos
-rw-r--r-- | tools/test/h5dump/CMakeTestsXML.cmake | 4 |
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 |