Skip to content
Snippets Groups Projects
Commit 05f4d60e authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkTestDriver: mask from Emscripten builds

parent 9743c67f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@ vtk_add_test_cxx(vtkParallelCoreCxxTests tests
)
vtk_test_cxx_executable(vtkParallelCoreCxxTests tests)
if (Python3_EXECUTABLE)
if (Python3_EXECUTABLE AND
NOT CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
vtk_module_test_executable(
vtkParallelCore-TestSocketCommunicator TestSocketCommunicator.cxx)
......
......@@ -17,7 +17,8 @@ set(all_tests
)
vtk_test_cxx_executable(vtkRenderingParallelCxxTests-MPI all_tests)
if (Python3_EXECUTABLE)
if (Python3_EXECUTABLE AND
NOT CMAKE_SYSTEM_NAME STREQUAL "Emscripten")
vtk_module_test_executable(
vtkRenderingParallel-TestClientServerRendering TestClientServerRendering.cxx)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment