]> git.pld-linux.org Git - packages/ParaView.git/blame - disable-broken-tests.patch
- don't require vtk libs (it's internal)
[packages/ParaView.git] / disable-broken-tests.patch
CommitLineData
62573659
JR
1--- ParaView-v4.0.1-source/ParaViewCore/ServerManager/Default/Testing/Cxx/CMakeLists.txt~ 2013-07-14 21:17:50.899664442 +0200
2+++ ParaView-v4.0.1-source/ParaViewCore/ServerManager/Default/Testing/Cxx/CMakeLists.txt 2013-07-14 21:37:51.474780574 +0200
3@@ -14,14 +14,6 @@
4 TestProxyAnnotation
5 )
6
7-foreach (name ${test_srcs})
8- vtk_module_test_executable(${name}
9- ${name}.cxx)
10- add_test(NAME ${name}
11- COMMAND ${name} ${name} -D ${VTK_DATA_ROOT})
12- set_tests_properties(${name} PROPERTIES LABELS "PARAVIEW")
13-endforeach()
14-
15 #------------------------------------------------------------------------------
16 if (PARAVIEW_DATA_ROOT)
17 # This is the executable that can load any Server Manager state (*.pvsm) file
This page took 0.068727 seconds and 4 git commands to generate.