]> git.pld-linux.org Git - packages/ParaView.git/blob - disable-broken-tests.patch
- added TODO
[packages/ParaView.git] / disable-broken-tests.patch
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.072952 seconds and 3 git commands to generate.