$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-09-25 09:57:24
Markus Schöpflin wrote:
> Does the regression test suite support running bjam in parallel build
> mode? IOW, is using -j2 for bjam supported? Does anyone know?
No, -j2 is not supported. While bjam/Boost.Build itself supports -j2, the
output from tests will be mixed up and process_jam_log won't be able to
decide which output is related to which test.
- Volodya