$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-01-05 12:34:53
At 10:54 AM 1/5/2003, David Abrahams wrote:
>David Abrahams <dave_at_[hidden]> writes:
>
>> Beman Dawes <bdawes_at_[hidden]> writes:
>>
>>> Would it be possible to change the default for testing.jam runs to
>"test"?
>>
>> I did it that way so that people could put tests and regular targets
>> in the same Jamfile, and tests would not be built by default. It can
>> easily be overridden by sticking
>>
>> DEPENDS all : test ;
>>
>> In the Jamfile.
Thanks. Although this and some of the other changes we are making are
individually quite minor, I'm hoping the net result will be easier use.
--Beman