Subject: [Boost-build] controlling jobs of unit tests
From: Jonathan Brannan (kickace_at_[hidden])
Date: 2009-09-16 10:07:08


I found an issue with a few of my unit tests where, in a full build,
they are running release-static, release-shared, debug-static,
debug-shared at the same time (seperate -j jobs). This causes them to
randomly fail because they interact with the local network the same.
Is there a way to control this? I saw the JAM_SEMAPHORE, but it only
works with the lower jam targets.