[Cmake] Re: [vtkusers] ctest of vtk tests
dean.inglis at camris.ca
dean.inglis at camris.ca
Wed May 19 09:02:23 EDT 2004
thanks for the suggestions but neither of them
work with this test. I just copied the code out,
and compiled it modified.
Dean
>
> From: Brad King <brad.king at kitware.com>
> Date: 2004/05/19 Wed AM 08:47:42 GMT-04:00
> To: Dean Inglis <dean.inglis at camris.ca>
> CC: vtkusers archive <vtkusers at vtk.org>,
> CMake users archives <cmake at public.kitware.com>
> Subject: Re: [Cmake] Re: [vtkusers] ctest of vtk tests
>
> William A. Hoffman wrote:
> > This is not an option for ctest.
> > You could do this:
> >
> > ctest -R TestScalarBarWidget -V
> >
> > Then look at the output and repeat the command line, and
> > add the -I. The -I goes with the testdriver program
> > that is build as part of VTK, and is not an option to ctest.
>
> You can also run
>
> ctest -R TestScalarBarWidget -V -N
>
> to display the test's command line without running it. Then
> cut-and-paste the command line and add the -I.
>
> -Brad
>
More information about the vtkusers
mailing list