diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-01-18 20:33:46 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-01-18 20:33:46 (GMT) |
commit | d22b02cf2996519b1e1291ce27f91a7b7b118822 (patch) | |
tree | 6e5646ef5566134262a03423fd9222f8294a51eb /tools/h5dump | |
parent | 35f0e16e34e5f7691a39693ee4da4e67b1bed69b (diff) | |
download | hdf5-d22b02cf2996519b1e1291ce27f91a7b7b118822.zip hdf5-d22b02cf2996519b1e1291ce27f91a7b7b118822.tar.gz hdf5-d22b02cf2996519b1e1291ce27f91a7b7b118822.tar.bz2 |
Add copy of N files
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/CMakeTests.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/h5dump/CMakeTests.cmake b/tools/h5dump/CMakeTests.cmake index 55635d4..fb3c253 100644 --- a/tools/h5dump/CMakeTests.cmake +++ b/tools/h5dump/CMakeTests.cmake @@ -183,6 +183,14 @@ ${HDF5_TOOLS_SRC_DIR}/testfiles/out3.h5import ${HDF5_TOOLS_SRC_DIR}/testfiles/zerodim.ddl ) + set (HDF5_N_REFERENCE_FILES + tall-3 + tattr-2 + tcomp-2 + thlink-4 + thlink-5 + tslink-2 + ) set (HDF5_REFERENCE_EXP_FILES tall-6.exp tnoddlfile.exp @@ -345,6 +353,9 @@ get_filename_component (fname "${tst_other_file}" NAME) HDFTEST_COPY_FILE("${tst_other_file}" "${PROJECT_BINARY_DIR}/testfiles/std/${fname}" "h5dump_std_files") endforeach () + foreach (tst_h5N_file ${HDF5_N_REFERENCE_FILES}) + HDFTEST_COPY_FILE("${HDF5_TOOLS_SOURCE_DIR}/testfiles/${tst_h5N_file}.ddl" "${PROJECT_BINARY_DIR}/testfiles/std/${tst_h5N_file}-N.ddl" "h5dump_std_files") + endforeach () foreach (tst_error_file ${HDF5_ERROR_REFERENCE_TEST_FILES}) get_filename_component (fname "${tst_error_file}" NAME) |