28 Apr
2003
28 Apr
'03
8:20 p.m.
"Vaclav Vesely"
It's possible to execute all regression tests so it's possible to execute one test suite:
bjam test or bjam filesystem
But it's impossible to execute several (but not all) test suits at once:
bjam config filesystem
Only the last (filesystem) suit is executed.
Are you certain? That's very surprising. It seems like it would be difficult to _prevent_ both config and filesystem from running. Are you sure the config tests are not already up-to-date?
It's possible to improve testing.jam to allow it?
It should just work; that's the way bjam works - it builds all the targets you specify. -- Dave Abrahams Boost Consulting www.boost-consulting.com