diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-01-17 19:57:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-01-17 19:57:29 (GMT) |
commit | 0068ead81ce16913bee86b582bb0962aa4b31cf5 (patch) | |
tree | b390ee675752ecec09d720985f7a421cbc4ccc3d /tools | |
parent | 0aba80fb13cbba5c4bbf78ec5965944e4291ecf3 (diff) | |
download | hdf5-0068ead81ce16913bee86b582bb0962aa4b31cf5.zip hdf5-0068ead81ce16913bee86b582bb0962aa4b31cf5.tar.gz hdf5-0068ead81ce16913bee86b582bb0962aa4b31cf5.tar.bz2 |
[svn-r23174] Correct list items
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 0b81c7a..d28b22a 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -195,11 +195,11 @@ IF (BUILD_TESTING) ) SET (HDF5_REFERENCE_EXP_FILES tall-6.exp - ${HDF5_TOOLS_SRC_DIR}/testfiles/tnoddlfile.exp - ${HDF5_TOOLS_SRC_DIR}/testfiles/trawdatafile.exp - ${HDF5_TOOLS_SRC_DIR}/testfiles/tstr2bin2.exp - ${HDF5_TOOLS_SRC_DIR}/testfiles/tstr2bin6.exp - ${HDF5_TOOLS_SRC_DIR}/testfiles/twithddlfile.exp + tnoddlfile.exp + trawdatafile.exp + tstr2bin2.exp + tstr2bin6.exp + twithddlfile.exp ) SET (HDF5_REFERENCE_TEST_FILES ${HDF5_TOOLS_SRC_DIR}/testfiles/charsets.h5 |