diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-03-15 18:42:13 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-03-15 18:42:13 (GMT) |
commit | ab74a291f7073bf6a34ad9e011496ddce05216bf (patch) | |
tree | 58c5f5af32a2efe4c476c76dc0aec89d5509dfe4 /tools/h5copy/CMakeLists.txt | |
parent | 34dd499cdb52119c4f1e482c225c7c8629d55225 (diff) | |
download | hdf5-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/h5copy/CMakeLists.txt')
-rw-r--r-- | tools/h5copy/CMakeLists.txt | 1 |
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} |