
24 Mar
2010
24 Mar
'10
4:36 p.m.
AMDG Robert Ramey wrote:
Now, I want to re-run ALL the tests so that I'm not playing whack-a-mole.
For THIS I use library_test (.sh or bat) to update my giant test results table. I can't imagine doing this by running bjam for each combination of compiler, and build variant.
I can imagine it. In fact, it's what I do. Boost.Build can execute all the combinations in a single run. In Christ, Steven Watanabe