summaryrefslogtreecommitdiffstats
path: root/tools/h5diff
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-07-13 13:38:29 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-07-13 13:38:29 (GMT)
commita4360f5f4b323d741539e10dfb820882dd7232f1 (patch)
tree552aaeaa8effbf69186d6abdb2d07b71553746cc /tools/h5diff
parentf3ce20c2c2075e19aa62296220f152916c40a1f8 (diff)
downloadhdf5-a4360f5f4b323d741539e10dfb820882dd7232f1.zip
hdf5-a4360f5f4b323d741539e10dfb820882dd7232f1.tar.gz
hdf5-a4360f5f4b323d741539e10dfb820882dd7232f1.tar.bz2
[svn-r30182] Fix missing windows reference files, added list of files.
Diffstat (limited to 'tools/h5diff')
-rw-r--r--tools/h5diff/CMakeTests.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/h5diff/CMakeTests.cmake b/tools/h5diff/CMakeTests.cmake
index d64d8b2..60a3610 100644
--- a/tools/h5diff/CMakeTests.cmake
+++ b/tools/h5diff/CMakeTests.cmake
@@ -233,6 +233,13 @@
${HDF5_TOOLS_H5DIFF_SOURCE_DIR}/testfiles/h5diff_90.txt
)
+ set (LIST_WIN_TEST_FILES
+ ${HDF5_TOOLS_H5DIFF_SOURCE_DIR}/testfiles/h5diff_101w.txt
+ ${HDF5_TOOLS_H5DIFF_SOURCE_DIR}/testfiles/h5diff_102w.txt
+ ${HDF5_TOOLS_H5DIFF_SOURCE_DIR}/testfiles/h5diff_103w.txt
+ ${HDF5_TOOLS_H5DIFF_SOURCE_DIR}/testfiles/h5diff_104w.txt
+ )
+
# Make testfiles dir under build dir
file (MAKE_DIRECTORY "${PROJECT_BINARY_DIR}/testfiles")