On 01/17/2014 12:51 AM, Matt McCormick wrote: > If all the tests or all the dependencies (Module_B, etc) of a module > want to be tested, then BUILD_DEFAULT_MODULES should be ON. It is > reasonable to expect that turning on one module will only create tests > for that module. Otherwise, in practice with the current tree, > testing dependency propagation will literally cause half of the > modules to be built no matter how the build is started..
FYI, VTK has an option called "VTK_BUILD_ALL_MODULES_FOR_TESTS" whose purpose is to cause all modules to be enabled that are dependencies of the tests of other modules. This is used in dashboard builds to get things tested without forcing the dependencies on all users. -Brad K _______________________________________________ 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://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-developers
