summaryrefslogtreecommitdiffstats
path: root/testpar
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 /testpar
parent20292df3675e5cb4296d743f435bbbe1a3136f2b (diff)
downloadhdf5-9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f.zip
hdf5-9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f.tar.gz
hdf5-9affb7f12ec6084ccaadec9fcdc8d94bccf4dd4f.tar.bz2
Fix MPI test depends
Diffstat (limited to 'testpar')
-rw-r--r--testpar/CMakeVFDTests.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/testpar/CMakeVFDTests.cmake b/testpar/CMakeVFDTests.cmake
index 8d131db..4d6b18c 100644
--- a/testpar/CMakeVFDTests.cmake
+++ b/testpar/CMakeVFDTests.cmake
@@ -58,6 +58,9 @@ macro (ADD_VFD_TEST vfdname resultcode)
WORKING_DIRECTORY ${HDF5_TEST_PAR_BINARY_DIR}/${vfdname}
)
endforeach ()
+ set_tests_properties (MPI_TEST_VFD-${vfdname}-pflush1 PROPERTIES WILL_FAIL "true")
+ #set_property (TEST MPI_TEST_t_pflush1 PROPERTY PASS_REGULAR_EXPRESSION "PASSED")
+ set_tests_properties (MPI_TEST_VFD-${vfdname}-pflush2 PROPERTIES DEPENDS MPI_TEST_VFD-${vfdname}-pflush1)
endif ()
endmacro ()