diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-10-23 19:53:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-10-23 19:53:55 (GMT) |
commit | 01c7a64bb7ab947f01552f5a89e990a74d385fc4 (patch) | |
tree | 09f375865d69c3f2bf444c9a1d89d4bdc4a2149e /tools | |
parent | ca54c5f06e41c26ff9fff559eb1ce93a11898fc5 (diff) | |
download | hdf5-01c7a64bb7ab947f01552f5a89e990a74d385fc4.zip hdf5-01c7a64bb7ab947f01552f5a89e990a74d385fc4.tar.gz hdf5-01c7a64bb7ab947f01552f5a89e990a74d385fc4.tar.bz2 |
Fix MPI test names
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 () |