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. It's possible to improve testing.jam to allow it? Can someone give a bit of advice? Thanks and regards, w
"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
David Abrahams wrote:
"Vaclav Vesely"
writes: 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?
Try to run bjam tuple property_map in "boost/status" directory. Only the property_map test would compile.
hat'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?
Not only not up-to-date but even not compiled at all. Regards, w
BTW, Vaclav, the place to post about Boost.Build issues is jamboost@yahoogroups.com. http://groups.yahoo.com/group/jamboost/ -- Dave Abrahams Boost Consulting www.boost-consulting.com
David Abrahams wrote:
BTW, Vaclav, the place to post about Boost.Build issues is jamboost@yahoogroups.com.
... and the place to announce mailing lists is http://www.boost.org/more/mailing_lists.htm
Peter Dimov wrote:
David Abrahams wrote:
BTW, Vaclav, the place to post about Boost.Build issues is jamboost@yahoogroups.com.
... and the place to announce mailing lists is
Updated.
participants (4)
-
Dave Abrahams
-
David Abrahams
-
Peter Dimov
-
Vaclav Vesely