summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-02-14 18:16:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-02-14 18:16:43 (GMT)
commit90f4f156174b2a6c6f77bd5ce906d36e5b1f0729 (patch)
tree093f2bc6d748a63efbabe7df3a5e5b108969c25e /tools
parent7feda84aeb7c8e7a8c1d10ee7f7d286ddc287510 (diff)
downloadhdf5-90f4f156174b2a6c6f77bd5ce906d36e5b1f0729.zip
hdf5-90f4f156174b2a6c6f77bd5ce906d36e5b1f0729.tar.gz
hdf5-90f4f156174b2a6c6f77bd5ce906d36e5b1f0729.tar.bz2
[svn-r23272] Correct typos
Diffstat (limited to 'tools')
-rw-r--r--tools/h5copy/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5copy/CMakeLists.txt b/tools/h5copy/CMakeLists.txt
index b18e704..60e940a 100644
--- a/tools/h5copy/CMakeLists.txt
+++ b/tools/h5copy/CMakeLists.txt
@@ -73,7 +73,7 @@ IF (BUILD_TESTING)
# Perform h5copy according to passing parmeters
#
MACRO (ADD_H5_F_TEST testname resultcode infile fparam vparam sparam srcname dparam dstname)
- IF (NOT HDF5_ENABLE_USING_MEMCHECKER)
+ IF (NOT HDF5_ENABLE_USING_MEMCHECKER)
# Remove any output file left over from previous test run
ADD_TEST (
NAME H5COPY_F-${testname}-clear-objects
@@ -92,7 +92,7 @@ IF (BUILD_TESTING)
SET_TESTS_PROPERTIES (H5COPY_F-${testname} PROPERTIES DEPENDS ${last_test})
ENDIF (NOT "${last_test}" STREQUAL "")
ELSE (HDF5_ENABLE_USING_MEMCHECKER)
- SET_TESTS_PROPERTIES (H5COPY_F-${testname} PROPERTIES DEPENDS H5COPY_F-${testname-clear-objects})
+ SET_TESTS_PROPERTIES (H5COPY_F-${testname} PROPERTIES DEPENDS H5COPY_F-${testname}-clear-objects)
ENDIF (HDF5_ENABLE_USING_MEMCHECKER)
# resultcode=2 will cause the test to skip the diff test