[vtk-developers] Dropping VTKLargeData for test inputs

Brad King brad.king at kitware.com
Fri May 24 16:35:18 EDT 2013


On 05/24/2013 04:33 PM, Kevin H. Hobbs wrote:
> bubbles ran the large data tests when I had :
> 
> set( dashboard_cache "
> ...
> VTK_USE_LARGE_DATA:BOOL=ON")
> 
> but not when I put various versions of set(VTK_USE_LARGE_DATA ON)
> in vtk_common.cmake bubbles does not run the tests.
> 
> How does this feel to you :
> 
> #   dashboard_use_large_data  = Enable tests requiring "large" data (ON)

I already prepared a change to vtk_common like that which I
will push after the change is merged.  Local dashboard scripts
will be able to do

 set(VTK_USE_LARGE_DATA ON)

before including vtk_common.

Thanks,
-Brad



More information about the vtk-developers mailing list