$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vaclav Vesely (yg-boost-users_at_[hidden])
Date: 2003-04-26 11:48:37
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