Skip to content

VTK Test Statistics by Language

Andrew Maclean requested to merge amaclean/vtk:vtk_test_statistics into master

This is a Python script that scans the VTK test directories, producing statistics about the number of testing programs/scripts by language.

Additional options are provided to print out the programs/scripts and to narrow down by language and whether enabled or disabled in the CmakeLists.txt file.

It has been tested using Python 3.4 and Python 2.7.8/9 in Linux and Windows.

cc: dave.demarle@kitware.com

Merge request reports