summaryrefslogtreecommitdiffstats
path: root/testpar/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-06 21:41:51 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-06 21:41:51 (GMT)
commitb8b0afc4c3e532c07c1284eddb0c5cb7834ea86a (patch)
tree396d9dae5054d23d2ece0817cfc86f09464d9b01 /testpar/CMakeTests.cmake
parente5b602fafe301d9ab8fa1c870ab18fd59c03370c (diff)
downloadhdf5-b8b0afc4c3e532c07c1284eddb0c5cb7834ea86a.zip
hdf5-b8b0afc4c3e532c07c1284eddb0c5cb7834ea86a.tar.gz
hdf5-b8b0afc4c3e532c07c1284eddb0c5cb7834ea86a.tar.bz2
Add #ifdef H5_HAVE_FORK eliminates special handling
Diffstat (limited to 'testpar/CMakeTests.cmake')
-rw-r--r--testpar/CMakeTests.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake
index cd9acda..87470f3 100644
--- a/testpar/CMakeTests.cmake
+++ b/testpar/CMakeTests.cmake
@@ -18,10 +18,6 @@
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 ()