summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-01-18 20:33:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-01-18 20:33:46 (GMT)
commitd22b02cf2996519b1e1291ce27f91a7b7b118822 (patch)
tree6e5646ef5566134262a03423fd9222f8294a51eb /tools
parent35f0e16e34e5f7691a39693ee4da4e67b1bed69b (diff)
downloadhdf5-d22b02cf2996519b1e1291ce27f91a7b7b118822.zip
hdf5-d22b02cf2996519b1e1291ce27f91a7b7b118822.tar.gz
hdf5-d22b02cf2996519b1e1291ce27f91a7b7b118822.tar.bz2
Add copy of N files
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/CMakeTests.cmake11
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)