summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/CMakeTestsXML.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-09-24 19:38:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-09-24 19:38:46 (GMT)
commit8d7bdb704163327cacf8be3a4e03f02fb88a957b (patch)
tree9a2731767f265171eaae87a10adec2a504082a6a /tools/test/h5dump/CMakeTestsXML.cmake
parent496de34110a27b9f550aa2bdc868d38eeb1b4908 (diff)
downloadhdf5-8d7bdb704163327cacf8be3a4e03f02fb88a957b.zip
hdf5-8d7bdb704163327cacf8be3a4e03f02fb88a957b.tar.gz
hdf5-8d7bdb704163327cacf8be3a4e03f02fb88a957b.tar.bz2
CMake changes for SKIPPED and flush tests
Diffstat (limited to 'tools/test/h5dump/CMakeTestsXML.cmake')
-rw-r--r--tools/test/h5dump/CMakeTestsXML.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test/h5dump/CMakeTestsXML.cmake b/tools/test/h5dump/CMakeTestsXML.cmake
index 9c68e5f..de87d2f 100644
--- a/tools/test/h5dump/CMakeTestsXML.cmake
+++ b/tools/test/h5dump/CMakeTestsXML.cmake
@@ -164,9 +164,10 @@
if ("${testtype}" STREQUAL "SKIP")
if (NOT HDF5_ENABLE_USING_MEMCHECKER)
add_test (
- NAME H5DUMP_XML-${skipresultfile}-SKIPPED
+ NAME H5DUMP_XML-${skipresultfile}
COMMAND ${CMAKE_COMMAND} -E echo "SKIP ${skipresultfile}.xml --xml ${ARGN}"
)
+ set_property(TEST H5DUMP_XML-${skipresultfile} PROPERTY DISABLED)
endif ()
else ()
ADD_XML_H5_TEST (${skipresultfile} ${skipresultcode} ${ARGN})