$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] really dumb bjam question
From: Robert Ramey (ramey_at_[hidden])
Date: 2012-07-13 18:23:45
I have some jamfile.v2 files in the test directory.
In order to get the result I want, I need to invoke bjam like this:
bjam toolset=gcc --dump-tests --preserve_test_targets. The problem
is that one doesn't always remember the extra switches.
Is there a way I can include the functionalty of
the --dump-tests --preserve_test_targets
inside the jamfile itself?
So that then I could just use
bjam toolset gcc
and it would do what I wanted it to?
Robert Ramey