mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r25135] Remove property will fail - This only is true on windows shared.
This commit is contained in:
parent
a9fa46cf8e
commit
d517af5086
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user