ctest (the regression test tester that comes with cmake) is used to run them ctest -R "regexp" and ctest -I start,stop,slice will run subsets of them ctest -V will run them and tee the logs to the console the logs show the actual commands used to run the tests and test output messages among other things
David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Fri, Oct 23, 2009 at 6:24 PM, Zak Burke <[email protected]> wrote: > Following up on my previous message about building the OverView client > in the ParaView3 CVS tree, it occurred to me that I don't know if my > Makefile-based build might also be broken, albeit in a less obvious > way than an empty Data menu. > > There are all kinds of test applications generated along with the OverClient: > > $ find ./bin -type f -iname \*test\* > ./bin/ArrayCxxTests > ./bin/CommonCxxTests > ./bin/FilteringCxxTests > ./bin/GenericFilteringCxxTests > ./bin/GeovisCxxTests > ./bin/GraphicsCxxTests > ./bin/HybridCxxTests > ./bin/ImagingCxxTests > ./bin/InfovisArrayCxxTests > ./bin/InfovisBoostArrayCxxTests > ./bin/InfovisCxxTests > ./bin/IOCxxTests > ./bin/KWCommonTestLib > ./bin/KWCommonTestMemory > ./bin/libQtTesting.dylib > ./bin/ParallelCxxTests > ./bin/pqWidgetsTest > ./bin/pvTestDriver > ./bin/QtChartCxxTests > ./bin/QVTKCxxTests > ./bin/RenderingCxxTests > ./bin/TestContinuousClose3D > ./bin/TestCxxFeatures > ./bin/TestCxxFeatures_TestBinaryWriting > ./bin/TestExtractHistogram > ./bin/TestExtractScatterPlot > ./bin/TestFBOImplementation > ./bin/TestInstantiator > ./bin/TestMPI > ./bin/TestPVFilters > ./bin/ViewsCxxTests > ./bin/VolumeRenderingCxxTests > ./bin/vtkClientServerTests > ./bin/WidgetsCxxTests > ./bin/XdmfTestHDFRoundtrip > > but I didn't find any documentation about how to run them in a > systematic way, or what the tests do. > > Does anybody have instructions or advice? > > Thanks, > > Zak > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
