mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
Fix typo in valgrind test name
This commit is contained in:
parent
eb6f687ca3
commit
82986dba72
@ -176,7 +176,7 @@
|
|||||||
macro (ADD_XML_H5_TEST resultfile resultcode)
|
macro (ADD_XML_H5_TEST resultfile resultcode)
|
||||||
if (HDF5_ENABLE_USING_MEMCHECKER)
|
if (HDF5_ENABLE_USING_MEMCHECKER)
|
||||||
add_test (NAME H5DUMP_XML-${resultfile} COMMAND $<TARGET_FILE:h5dump> --xml ${ARGN})
|
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")
|
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 ()
|
endif ()
|
||||||
|
Loading…
Reference in New Issue
Block a user