[ITK Community] [Insight-users] 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
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php
Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ
Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users
More information about the Community
mailing list