summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-10-18 20:51:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-10-18 20:51:56 (GMT)
commitcfad6bf6f8a678dc03c52b7474a6f04a4a69b030 (patch)
treefb3fcdb561240d95e3ad31370f71841f2c570fb4 /tools
parentc475dd05a6b20e19da5b6fdf5000ba63120c1301 (diff)
downloadhdf5-cfad6bf6f8a678dc03c52b7474a6f04a4a69b030.zip
hdf5-cfad6bf6f8a678dc03c52b7474a6f04a4a69b030.tar.gz
hdf5-cfad6bf6f8a678dc03c52b7474a6f04a4a69b030.tar.bz2
Add new output files to clear test
Diffstat (limited to 'tools')
-rw-r--r--tools/test/h5copy/CMakeTests.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/test/h5copy/CMakeTests.cmake b/tools/test/h5copy/CMakeTests.cmake
index 270d546..1bdefa6 100644
--- a/tools/test/h5copy/CMakeTests.cmake
+++ b/tools/test/h5copy/CMakeTests.cmake
@@ -266,6 +266,8 @@
testfiles/${testname}.out.h5
testfiles/${infile}.out
testfiles/${infile}.out.err
+ testfiles/${testname}.out.h5.out
+ testfiles/${testname}.out.h5.out.err
)
if ("${resultcode}" STREQUAL "2")
add_test (
@@ -327,6 +329,8 @@
testfiles/${testname}_ERR.out.h5
testfiles/${infile}_ERR.out
testfiles/${infile}_ERR.out.err
+ testfiles/${testname}_ERR.out.h5.out
+ testfiles/${testname}_ERR.out.h5.out.err
)
if ("${resultcode}" STREQUAL "2")
add_test (