diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-01-18 18:57:02 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-01-18 18:57:15 (GMT) |
commit | 2cf543b2941442a45a4cb878d4fb33c8c69188a2 (patch) | |
tree | 126b9255de2a15b12a715da7acc32fb1c7e3a465 /tools/test | |
parent | c5b19f3dd2eb4144e614105e30bf149b5324e014 (diff) | |
download | hdf5-2cf543b2941442a45a4cb878d4fb33c8c69188a2.zip hdf5-2cf543b2941442a45a4cb878d4fb33c8c69188a2.tar.gz hdf5-2cf543b2941442a45a4cb878d4fb33c8c69188a2.tar.bz2 |
Fix typo
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/misc/CMakeTestsRepart.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/misc/CMakeTestsRepart.cmake b/tools/test/misc/CMakeTestsRepart.cmake index 4746f9d..8edd243 100644 --- a/tools/test/misc/CMakeTestsRepart.cmake +++ b/tools/test/misc/CMakeTestsRepart.cmake @@ -100,7 +100,7 @@ # test the output files repartitioned above. add_test (NAME H5REPART-h5repart_test COMMAND $<TARGET_FILE:h5repart_test>) set_tests_properties (H5REPART-h5repart_test PROPERTIES - DEPENDS "H5REPART-h5repart_20K;H5REPART-h5repart_5K;H5REPART-h5repart_single;H5REPART-h5repart_sec2") + DEPENDS "H5REPART-h5repart_20K;H5REPART-h5repart_5K;H5REPART-h5repart_single;H5REPART-h5repart_sec2" ) set (H5_DEP_EXECUTABLES ${H5_DEP_EXECUTABLES} |