Re: [Boost-cmake] Analysis of the current CMake system

2009-01-19 Thread Brad King
Hi Dave, I think some of the confusion is because my original posting proposed *two* different approaches to testing: 1.) Build all the (run) tests for one library into a single executable. Each test gets its own TU but the tests are linked together. Execution of the tests is delayed until test

Re: [Boost-cmake] Analysis of the current CMake system

2009-01-19 Thread David Abrahams
on Mon Jan 19 2009, Brad King wrote: > Hi Dave, > > I think some of the confusion is because my original posting proposed > *two* different approaches to testing: > > 1.) Build all the (run) tests for one library into a single executable. > Each test gets its own TU but the tests are linked tog