diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-03-07 21:55:33 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-03-07 21:55:33 (GMT) |
commit | 6d75a3ffb4b1451ff80b7fdddafa5859376bee77 (patch) | |
tree | 0a5def94642db4f09107b702b5bcd00b734de3ba /tools | |
parent | 8347a31871e9526c93451cec5f1d8861da3a2aa4 (diff) | |
download | hdf5-6d75a3ffb4b1451ff80b7fdddafa5859376bee77.zip hdf5-6d75a3ffb4b1451ff80b7fdddafa5859376bee77.tar.gz hdf5-6d75a3ffb4b1451ff80b7fdddafa5859376bee77.tar.bz2 |
Fix misaligned macro
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/h5repack/CMakeTests.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/test/h5repack/CMakeTests.cmake b/tools/test/h5repack/CMakeTests.cmake index d7f9f10..f40c0b1 100644 --- a/tools/test/h5repack/CMakeTests.cmake +++ b/tools/test/h5repack/CMakeTests.cmake @@ -629,7 +629,7 @@ set_tests_properties (ADD_H5_VERIFY_INVALIDBOUNDS-h5repack-${testname}-clear-objects PROPERTIES DEPENDS ${last_test}) endif () add_test ( - NAME ADD_H5_VERIFY_INVALIDBOUNDS-${testname} + NAME ADD_H5_VERIFY_INVALIDBOUNDS-h5repack-${testname} COMMAND $<TARGET_FILE:h5repack> -j;${lowbound};-k;${highbound} ${PROJECT_BINARY_DIR}/testfiles/${testfile} ${PROJECT_BINARY_DIR}/testfiles/out-${testname}.${testfile} ) set_tests_properties ( @@ -637,7 +637,6 @@ DEPENDS ADD_H5_VERIFY_INVALIDBOUNDS-h5repack-${testname}-clear-objects WILL_FAIL "true" ) - endif () endmacro () macro (ADD_H5_TEST_META testname testfile) |