summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-08-20 16:01:45 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-08-20 16:01:45 (GMT)
commiteb0cc7a5765b3b8b5d91da665e70c86e0b782c5d (patch)
tree5ed8ecf6eb59075f2b20fc4ed2e360cbef4aef14 /tools
parent82799772ad8ce0896a9e43000ce6e9b6beefa40c (diff)
downloadhdf5-eb0cc7a5765b3b8b5d91da665e70c86e0b782c5d.zip
hdf5-eb0cc7a5765b3b8b5d91da665e70c86e0b782c5d.tar.gz
hdf5-eb0cc7a5765b3b8b5d91da665e70c86e0b782c5d.tar.bz2
[svn-r19266] Remove configuration of cmake zlib config filed which has been deleted.
Correct naming of SKIP test Tested: local linux
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt
index 04d246c..fee9b8a 100644
--- a/tools/h5dump/CMakeLists.txt
+++ b/tools/h5dump/CMakeLists.txt
@@ -327,7 +327,7 @@ IF (BUILD_TESTING)
MACRO (ADD_SKIP_H5_TEST skipresultfile skipresultcode testtype)
IF (${testtype} STREQUAL "SKIP")
ADD_TEST (
- NAME H5REPACK-${testname}
+ NAME H5DUMP-${skipresultfile}
COMMAND ${CMAKE_COMMAND} -E echo "SKIP ${skipresultfile} ${ARGN}"
)
ELSE (${testtype} STREQUAL "SKIP")