$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Curtis Spencer (thorin_at_[hidden])
Date: 2008-08-27 16:10:36
Hi,
First off Boost Build rocks! Been using it extensively for the last
month, and I am a believer.
Here is my question
I am using bjam to build a project I am working on. I like to build
locally and run all my tests locally. When everything passes, I push
to source control, and then I check out onto a bunch of clusters and
compile using bjam as well. As my unit tests have gotten more
involved, I would rather skip the unit tests on the cluster machines.
Is there any easy way to do this by passing some variable or command
line to bjam or do I have to write if statements in all my Jamfiles?
Thanks,
Curtis