summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-08-26 14:36:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-08-26 14:36:52 (GMT)
commitda98c48d44d7a453b20c60c16c876659ffd6c8df (patch)
tree371389bebffd92179f75f9235ff302647d89b8e6 /tools
parentdc9ff0cfc7e6c6987a4fa7667d039ca2b5266884 (diff)
downloadhdf5-da98c48d44d7a453b20c60c16c876659ffd6c8df.zip
hdf5-da98c48d44d7a453b20c60c16c876659ffd6c8df.tar.gz
hdf5-da98c48d44d7a453b20c60c16c876659ffd6c8df.tar.bz2
[svn-r19307] Correct test for H5_LONE_COLON - added NOT
Tested: windows
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 43c2d0b..44185f1 100644
--- a/tools/h5dump/CMakeLists.txt
+++ b/tools/h5dump/CMakeLists.txt
@@ -860,7 +860,7 @@ IF (BUILD_TESTING)
# The lone colon here confuses some systems (Cray X1). Skip
# it if configure detects that this is a problem.
SET (TESTTYPE "TEST")
- IF ("H5_LONE_COLON")
+ IF (NOT "H5_LONE_COLON")
SET (TESTTYPE "SKIP")
ENDIF ("H5_LONE_COLON")
ADD_XML_SKIP_H5_TEST (tempty-nons.h5 0 ${TESTTYPE} -X : tempty.h5)