mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
Remove t_cache_image test on Windows
This commit is contained in:
parent
23ceda33b3
commit
bf9b73e877
@ -18,6 +18,10 @@
|
||||
|
||||
add_test (NAME TEST_PAR_testphdf5 COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:testphdf5> ${MPIEXEC_POSTFLAGS})
|
||||
|
||||
if (WIN32)
|
||||
# t_cache_imagee uses fork() and execve(), will not run on Windows
|
||||
list (REMOVE_ITEM H5P_TESTS t_cache_image)
|
||||
endif ()
|
||||
foreach (testp ${H5P_TESTS})
|
||||
add_test (NAME TEST_PAR_${testp} COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:${testp}> ${MPIEXEC_POSTFLAGS})
|
||||
endforeach ()
|
||||
|
Loading…
Reference in New Issue
Block a user