diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-08-26 14:37:27 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-08-26 14:37:27 (GMT) |
commit | 9ab20786abb41c2f2e718da395919cee85664ea9 (patch) | |
tree | 547c6b684a2fea9830ef5248f00bf931df4da3fe /tools/h5dump | |
parent | d51d3eccba47dfd062af5d267146f281a7a634db (diff) | |
download | hdf5-9ab20786abb41c2f2e718da395919cee85664ea9.zip hdf5-9ab20786abb41c2f2e718da395919cee85664ea9.tar.gz hdf5-9ab20786abb41c2f2e718da395919cee85664ea9.tar.bz2 |
[svn-r19308] Correct test for H5_LONE_COLON - added NOT
Bring r19307 from trunk
Tested: windows
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/CMakeLists.txt b/tools/h5dump/CMakeLists.txt index 08e0f3b..6958285 100644 --- a/tools/h5dump/CMakeLists.txt +++ b/tools/h5dump/CMakeLists.txt @@ -949,7 +949,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) |