summaryrefslogtreecommitdiffstats
path: root/tools/h5diff
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-07-14 18:05:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-07-14 18:05:50 (GMT)
commit0266330992d69b88af370941da3082b39358bcc5 (patch)
tree68fcbad72619a4220df89d52111d20c69475e710 /tools/h5diff
parent15a548b7deb1fa6cd7c21c82145831560036ef3f (diff)
downloadhdf5-0266330992d69b88af370941da3082b39358bcc5.zip
hdf5-0266330992d69b88af370941da3082b39358bcc5.tar.gz
hdf5-0266330992d69b88af370941da3082b39358bcc5.tar.bz2
[svn-r30186] change copy file to eliminate w character
Diffstat (limited to 'tools/h5diff')
-rw-r--r--tools/h5diff/CMakeTests.cmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/h5diff/CMakeTests.cmake b/tools/h5diff/CMakeTests.cmake
index 60a3610..28f7762 100644
--- a/tools/h5diff/CMakeTests.cmake
+++ b/tools/h5diff/CMakeTests.cmake
@@ -234,10 +234,10 @@
)
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
+ h5diff_101
+ h5diff_102
+ h5diff_103
+ h5diff_104
)
# Make testfiles dir under build dir
@@ -258,7 +258,7 @@
if (WIN32 AND MSVC_VERSION LESS 1900)
foreach (h5_tstfiles ${LIST_WIN_TEST_FILES})
get_filename_component(fname "${h5_tstfiles}" NAME)
- HDFTEST_COPY_FILE("${h5_tstfiles}" "${PROJECT_BINARY_DIR}/testfiles/${fname}" "h5diff_files")
+ HDFTEST_COPY_FILE("${HDF5_TOOLS_H5DIFF_SOURCE_DIR}/testfiles/${h5_tstfiles}w.txt" "${PROJECT_BINARY_DIR}/testfiles/${fname}.txt" "h5diff_files")
endforeach ()
endif ()
add_custom_target(h5diff_files ALL COMMENT "Copying files needed by h5diff tests" DEPENDS ${h5diff_files_list})