diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-07 21:46:58 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-07 21:46:58 (GMT) |
commit | 8347a31871e9526c93451cec5f1d8861da3a2aa4 (patch) | |
tree | dc0e48eec75136c41278ded6feda94ae87f77f0a /tools/test | |
parent | e1721103c562d422345d7b4c186e4126dd78388c (diff) | |
download | hdf5-8347a31871e9526c93451cec5f1d8861da3a2aa4.zip hdf5-8347a31871e9526c93451cec5f1d8861da3a2aa4.tar.gz hdf5-8347a31871e9526c93451cec5f1d8861da3a2aa4.tar.bz2 |
Fix CMake missing parens
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/h5repack/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5repack/CMakeTests.cmake b/tools/test/h5repack/CMakeTests.cmake index 607d5b5..d7f9f10 100644 --- a/tools/test/h5repack/CMakeTests.cmake +++ b/tools/test/h5repack/CMakeTests.cmake @@ -1438,7 +1438,7 @@ ADD_H5_VERIFY_SUPERBLOCK (SB_IS_2 h5repack_layout.h5 1 2 2) # -j 2 -k 2, superblock will be 3 ADD_H5_VERIFY_SUPERBLOCK (SB_IS_3 h5repack_layout.h5 2 2 3) # -j 0 -k 1, file cannot be opened -ADD_H5_VERIFY_INVALIDBOUNDS latest_latest_invalid bounds_latest_latest.h5 0 1 +ADD_H5_VERIFY_INVALIDBOUNDS (latest_latest_invalid bounds_latest_latest.h5 0 1) ############################################################################## ### P L U G I N T E S T S |