summaryrefslogtreecommitdiffstats
path: root/tools/test/h5copy
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/h5copy
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/h5copy')
-rw-r--r--tools/test/h5copy/CMakeTests.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test/h5copy/CMakeTests.cmake b/tools/test/h5copy/CMakeTests.cmake
index 1bdefa6..924ade1 100644
--- a/tools/test/h5copy/CMakeTests.cmake
+++ b/tools/test/h5copy/CMakeTests.cmake
@@ -128,9 +128,10 @@
macro (ADD_SKIP_H5_TEST testname skipresultfile)
if (NOT HDF5_ENABLE_USING_MEMCHECKER)
add_test (
- NAME H5COPY-${testname}-${skipresultfile}-SKIPPED
+ NAME H5COPY-${testname}-${skipresultfile}
COMMAND ${CMAKE_COMMAND} -E echo "SKIP ${testname}-${skipresultfile} ${ARGN}"
)
+ set_property(TEST H5COPY-${testname}-${skipresultfile} PROPERTY DISABLED)
endif ()
endmacro ()