summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-03-15 18:42:13 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-03-15 18:42:13 (GMT)
commitab74a291f7073bf6a34ad9e011496ddce05216bf (patch)
tree58c5f5af32a2efe4c476c76dc0aec89d5509dfe4 /tools
parent34dd499cdb52119c4f1e482c225c7c8629d55225 (diff)
downloadhdf5-ab74a291f7073bf6a34ad9e011496ddce05216bf.zip
hdf5-ab74a291f7073bf6a34ad9e011496ddce05216bf.tar.gz
hdf5-ab74a291f7073bf6a34ad9e011496ddce05216bf.tar.bz2
[svn-r20252] Add comment that indicates a "2" in the resultcode param means "skip h5diff" component of test
Diffstat (limited to 'tools')
-rw-r--r--tools/h5copy/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5copy/CMakeLists.txt b/tools/h5copy/CMakeLists.txt
index 4d279b6..62a89a2 100644
--- a/tools/h5copy/CMakeLists.txt
+++ b/tools/h5copy/CMakeLists.txt
@@ -92,6 +92,7 @@ IF (BUILD_TESTING)
COMMAND $<TARGET_FILE:h5copy> -i ./testfiles/${infile} -o ./testfiles/${outfile} -${vparam} -s ${srcname} -d ${dstname}
)
ENDIF (NOT "${ARGN}" STREQUAL "")
+ # resultcode=2 will cause the test to skip the diff test
IF (NOT ${resultcode} STREQUAL "2")
ADD_TEST (
NAME H5COPY-DIFF_${testname}