[vtk-developers] Failing VTK Wiki example test

Bill Lorensen bill.lorensen at gmail.com
Thu Jul 24 16:52:03 EDT 2014


The examples have their own way of specifying test args in the cmake
lists that exist in a full checkout of the examples.
 Each example directory has a cmake lists file that controls the testing.

This is somewhat explained here:
http://www.vtk.org/Wiki/VTK/Examples/Instructions/ForAdministrators


On Thu, Jul 24, 2014 at 4:25 PM, David Cole via vtk-developers
<vtk-developers at vtk.org> wrote:
>>> What should the strategy be for an example that requires a filename,
>>> but does not have a default value built into its code...?
>
>
>> If you're using vtk_add_test_*, setting ${name}_ARGS before calling it
>> should be sufficient.
>
>
> The wiki examples have their own dashboard, that run from this git repo:
> https://gitorious.org/vtkwikiexamples
>
> They build against VTK using find_package for VTK, so as far as I know, they
> can't call vtk_add_test_* -- they should build against a build tree or an
> install tree of VTK, and they work with VTK 5 and VTK 6.
>
> The (still separate) dashboard for them is here:
> http://open.cdash.org/index.php?project=VTKWikiExamples
>
>
> D
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtk-developers
>



-- 
Unpaid intern in BillsBasement at noware dot com



More information about the vtk-developers mailing list