Boost logo

Boost :

Subject: Re: [boost] [test] Running regression tests
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-06-02 13:40:25


On 06/02/2011 10:28 AM, Gennadiy Rozental wrote:
> Edward Diener <eldiener <at> tropicsoft.com> writes:
>
>>
>> Attempting to run regression tests for the 'test' library on the Boost
>> trunk I receive as output:
>
> I've made no changes recently (unless someone else did). Maybe you should
> redirect this to Boost.Build guys.
>

The problem is the Jamfile load order caused by
this structure:

/
  - Jamroot:
    use-project /boost/test : libs/test/build ;

  - libs/test
    - Jamfile.v2
    - build
      - Jamfile.v2
    - test
      - Jamfile.v2

Running bjam in libs/test/test results in
libs/test/build/Jamfile.v2 being loaded
before Jamroot is fully loaded. (This is
a bug in Boost.Build.)

In Christ,
Steven Watanabe




Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk