Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-10-18 09:02:29


Gennadiy Rozental wrote:

>>> Please take a look here:
>>>
>>> http://mysite.verizon.net/beman/win32-trunk-details.html#graph-csr_graph_test-msvc-8.0
>>>
>>> You can see that async exceptions are not enabled. And they have to be.
>>> How can it be done?
>>
>> If the test in question uses Boost.Test headers, but no library, and
>> wishes
>> to use whatever compiler settings are recommended by Boost.Test, that
>> test should include Boost.Test's 'minimal' target among its sources.
>
> But this test most probably has nothing to do with minimal testing
> framework. What I am looking for is similat targets for other "inlined"
> Boost.Test components.

Well, the test you've pointed me at seem to include <boost/test/minimal.hpp>
so for this test, it's quite appropriate.

Other than that, you can either rename 'minimal' to 'headers' or copy-paste
'minimal' into headers, and they add /boost/test//headers to sources
of test tests.

- Volodya


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