summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-02-14 19:51:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-02-14 19:51:34 (GMT)
commit5e87ada674945de86e7fc7dab719181053ee0699 (patch)
treeb1bf5528750def78980671d634b7e785e0cb478c /tools
parent00cd884aedb1d84f933bea11f4dedc96a4c7af09 (diff)
downloadhdf5-5e87ada674945de86e7fc7dab719181053ee0699.zip
hdf5-5e87ada674945de86e7fc7dab719181053ee0699.tar.gz
hdf5-5e87ada674945de86e7fc7dab719181053ee0699.tar.bz2
Set depends test dependency for parallel h5diff
Diffstat (limited to 'tools')
-rw-r--r--tools/test/h5diff/CMakeTests.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/test/h5diff/CMakeTests.cmake b/tools/test/h5diff/CMakeTests.cmake
index d098746..87209e4 100644
--- a/tools/test/h5diff/CMakeTests.cmake
+++ b/tools/test/h5diff/CMakeTests.cmake
@@ -377,6 +377,10 @@
-D "TEST_SKIP_COMPARE=TRUE"
-P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake"
)
+ if (NOT "${last_test}" STREQUAL "")
+ set_tests_properties (PH5DIFF-${resultfile} PROPERTIES DEPENDS ${last_test})
+ endif ()
+ set (last_test "PH5DIFF-${resultfile}")
endif ()
ENDMACRO ()