diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-04-04 16:55:01 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-04-04 16:55:01 (GMT) |
commit | 7dfec79e315df8c9001ec10f8d4ff7bba39ff924 (patch) | |
tree | b6aee622a68f9f4a84a98d3081d36dd55cb9819b /testpar | |
parent | f3546fb4b0276687a04aaef1b01b087d0a25ff30 (diff) | |
download | hdf5-7dfec79e315df8c9001ec10f8d4ff7bba39ff924.zip hdf5-7dfec79e315df8c9001ec10f8d4ff7bba39ff924.tar.gz hdf5-7dfec79e315df8c9001ec10f8d4ff7bba39ff924.tar.bz2 |
CMake fixes
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/CMakeTests.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake index 214801b..4095bd9 100644 --- a/testpar/CMakeTests.cmake +++ b/testpar/CMakeTests.cmake @@ -89,7 +89,7 @@ endforeach () # The t_pflush1 test is hard-coded to fail. set_tests_properties (MPI_TEST_t_pflush1 PROPERTIES WILL_FAIL "true") -#set_property (TEST MPI_TEST_t_pflush1 PROPERTY PASS_REGULAR_EXPRESSION "PASSED") +#set_property (MPI_TEST_t_pflush1 PROPERTY PASS_REGULAR_EXPRESSION "PASSED") set_tests_properties (MPI_TEST_t_pflush2 PROPERTIES DEPENDS MPI_TEST_t_pflush1) set_tests_properties (MPI_TEST_t_prestart PROPERTIES DEPENDS MPI_TEST_t_pshutdown) |