summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-10-03 17:26:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-10-03 17:26:40 (GMT)
commit32a1b98a6cbca27d76deb2c9c561b664fb983d7d (patch)
treeee513c0c63d994978603b3465660dac73e55c63c /tools/test/h5repack/CMakeTests.cmake
parent4c0784696bfa8524c59f0b71539f409f053fb06c (diff)
downloadhdf5-32a1b98a6cbca27d76deb2c9c561b664fb983d7d.zip
hdf5-32a1b98a6cbca27d76deb2c9c561b664fb983d7d.tar.gz
hdf5-32a1b98a6cbca27d76deb2c9c561b664fb983d7d.tar.bz2
Correct depends name
Diffstat (limited to 'tools/test/h5repack/CMakeTests.cmake')
-rw-r--r--tools/test/h5repack/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5repack/CMakeTests.cmake b/tools/test/h5repack/CMakeTests.cmake
index aab9310..c68f18a 100644
--- a/tools/test/h5repack/CMakeTests.cmake
+++ b/tools/test/h5repack/CMakeTests.cmake
@@ -564,7 +564,7 @@
COMMAND $<TARGET_FILE:h5repack> ${ARGN} ${PROJECT_BINARY_DIR}/testfiles/${testfile} ${PROJECT_BINARY_DIR}/testfiles/out-${testname}.${testfile}
)
set_tests_properties (H5REPACK_VERIFY_LAYOUT_VDS-${testname} PROPERTIES WORKING_DIRECTORY "${PROJECT_BINARY_DIR}/testfiles")
- set_tests_properties (H5REPACK_VERIFY_LAYOUT_VDS-${testname} PROPERTIES DEPENDS H5REPACK_VERIFY_LAYOUT_VDS-${testname}-clear-object)
+ set_tests_properties (H5REPACK_VERIFY_LAYOUT_VDS-${testname} PROPERTIES DEPENDS H5REPACK_VERIFY_LAYOUT_VDS-${testname}-clear-objects)
add_test (
NAME H5REPACK_VERIFY_LAYOUT_VDS-${testname}_DMP
COMMAND "${CMAKE_COMMAND}"