diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-10-18 20:51:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-10-18 20:51:56 (GMT) |
commit | cfad6bf6f8a678dc03c52b7474a6f04a4a69b030 (patch) | |
tree | fb3fcdb561240d95e3ad31370f71841f2c570fb4 /tools/test | |
parent | c475dd05a6b20e19da5b6fdf5000ba63120c1301 (diff) | |
download | hdf5-cfad6bf6f8a678dc03c52b7474a6f04a4a69b030.zip hdf5-cfad6bf6f8a678dc03c52b7474a6f04a4a69b030.tar.gz hdf5-cfad6bf6f8a678dc03c52b7474a6f04a4a69b030.tar.bz2 |
Add new output files to clear test
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/h5copy/CMakeTests.cmake | 4 |
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 ( |