summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-23 21:38:13 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-23 21:38:22 (GMT)
commit61a5491eb2f701e8347e4732f627c13c0cec3ba8 (patch)
treec54c18f01e7060353d7644374e62825bfb7287df /testpar
parent78bd218fdc3038e213c93a2ef9f8ef4d1adc2bb3 (diff)
downloadhdf5-61a5491eb2f701e8347e4732f627c13c0cec3ba8.zip
hdf5-61a5491eb2f701e8347e4732f627c13c0cec3ba8.tar.gz
hdf5-61a5491eb2f701e8347e4732f627c13c0cec3ba8.tar.bz2
Fix MPI depends name
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 0726da2..d21de10 100644
--- a/testpar/CMakeVFDTests.cmake
+++ b/testpar/CMakeVFDTests.cmake
@@ -57,6 +57,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 ()