[Insight-users] [ITK Community] run test manually

David Froger david.froger at inria.fr
Mon Jan 6 03:43:26 EST 2014


> > It works nice, I can see the standard output of
> > itkHDF5ImageIOStreamingReadWriteTest.cxx in Testing/Temporary/LastTest.log,
> > but is there a way to have access to the files that itkHDF5ImageIOStreamingReadWriteTest.cxx
> > created (for example StreamingUCharImage.hdf5)?
> 
> Most tests pass in the paths to input and output test files as command
> line arguments to the test.  To see the command line arguments, run
> with "-V", e.g.
> 
>   ctest -R HDF5ImageIOStreamingReadWriteTest -V
> 
> >
> > Seems that ctest deletes the working directory of test?
> 
> I don't think so.

My fault, it was so obsivous... I didn't see the line 'itk::IOTestHelper::Remove(fileName);'
in itkHDF5ImageIOStreamingReadWriteTest.cxx... So everything works as expected.

Thanks for your help,
David


More information about the Insight-users mailing list