summaryrefslogtreecommitdiffstats
path: root/testpar/CMakeVFDTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-23 19:53:55 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-23 19:53:55 (GMT)
commit01c7a64bb7ab947f01552f5a89e990a74d385fc4 (patch)
tree09f375865d69c3f2bf444c9a1d89d4bdc4a2149e /testpar/CMakeVFDTests.cmake
parentca54c5f06e41c26ff9fff559eb1ce93a11898fc5 (diff)
downloadhdf5-01c7a64bb7ab947f01552f5a89e990a74d385fc4.zip
hdf5-01c7a64bb7ab947f01552f5a89e990a74d385fc4.tar.gz
hdf5-01c7a64bb7ab947f01552f5a89e990a74d385fc4.tar.bz2
Fix MPI test names
Diffstat (limited to 'testpar/CMakeVFDTests.cmake')
-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 ()