Boost logo

Boost-Build :

Subject: [Boost-build] direct_request_test.py
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-12-08 23:19:49


AMDG

This test is not run by the test suite and
currently fails. The reason is that it
is testing that for

Jamfile.jam:

exe test : test.cpp : <variant>debug ;

b2 release define=MACROS

the property <define>MACROS is /not/ used
to build the target test, because release
conflicts with <variant>debug.

The current behavior is to apply all the
command line features independently.
I'm presuming that this is the correct
behavior, but I wanted to check before
I update the test.

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk