diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-10-23 19:49:05 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-10-23 19:49:05 (GMT) |
commit | 9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f (patch) | |
tree | 6c4ea1273b555ee4de5bcdc5e7f5fc6d098fb4d2 /tools | |
parent | 20292df3675e5cb4296d743f435bbbe1a3136f2b (diff) | |
download | hdf5-9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f.zip hdf5-9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f.tar.gz hdf5-9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f.tar.bz2 |
Fix MPI test depends
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/h5diff/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5diff/CMakeTests.cmake b/tools/test/h5diff/CMakeTests.cmake index 93dfd72..57bcd12 100644 --- a/tools/test/h5diff/CMakeTests.cmake +++ b/tools/test/h5diff/CMakeTests.cmake @@ -426,7 +426,7 @@ if (last_test) set_tests_properties (MPI_TEST_H5DIFF-${resultfile} PROPERTIES DEPENDS ${last_test}) endif () - set (last_test "PH5DIFF-${resultfile}") + set (last_test "MPI_TEST_H5DIFF-${resultfile}") endif () endmacro () |