summaryrefslogtreecommitdiffstats
path: root/tools/test/h5diff
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-23 19:49:05 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-23 19:49:05 (GMT)
commit9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f (patch)
tree6c4ea1273b555ee4de5bcdc5e7f5fc6d098fb4d2 /tools/test/h5diff
parent20292df3675e5cb4296d743f435bbbe1a3136f2b (diff)
downloadhdf5-9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f.zip
hdf5-9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f.tar.gz
hdf5-9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f.tar.bz2
Fix MPI test depends
Diffstat (limited to 'tools/test/h5diff')
-rw-r--r--tools/test/h5diff/CMakeTests.cmake2
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 ()