diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2014-04-29 15:26:35 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2014-04-29 15:26:35 (GMT) |
commit | d517af5086489ce04118aa65d727a4604f12c3ce (patch) | |
tree | d5a4254f4fe2a359c7b4964dd0b963c3d9f363c4 /testpar/CMakeTests.cmake | |
parent | a9fa46cf8e782645e321ae4c1637fc3b39f68774 (diff) | |
download | hdf5-d517af5086489ce04118aa65d727a4604f12c3ce.zip hdf5-d517af5086489ce04118aa65d727a4604f12c3ce.tar.gz hdf5-d517af5086489ce04118aa65d727a4604f12c3ce.tar.bz2 |
[svn-r25135] Remove property will fail - This only is true on windows shared.
Diffstat (limited to 'testpar/CMakeTests.cmake')
-rw-r--r-- | testpar/CMakeTests.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake index 3c69ccf..ca6d8b5 100644 --- a/testpar/CMakeTests.cmake +++ b/testpar/CMakeTests.cmake @@ -11,7 +11,8 @@ foreach (testp ${H5P_TESTS}) add_test (NAME TEST_PAR_${testp} COMMAND ${MPIEXEC} ${MPIEXEC_PREFLAGS} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_POSTFLAGS} $<TARGET_FILE:${testp}>) endforeach (testp ${H5P_TESTS}) -set_tests_properties (TEST_PAR_t_pflush1 PROPERTIES WILL_FAIL "true") +# The following will only be correct on windows shared +#set_tests_properties (TEST_PAR_t_pflush1 PROPERTIES WILL_FAIL "true") set_property (TEST TEST_PAR_t_pflush1 PROPERTY PASS_REGULAR_EXPRESSION "PASSED") set_tests_properties (TEST_PAR_t_pflush2 PROPERTIES DEPENDS TEST_PAR_t_pflush1) |