Boost logo

Boost :

From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-05-21 10:22:51


"Thorsten Ottosen" <thorsten.ottosen_at_[hidden]> wrote in message
news:4470766A.80902_at_dezide.com...
> Gennadiy Rozental wrote:
>> "Thorsten Ottosen" <thorsten.ottosen_at_[hidden]> wrote in message
>> news:44703A33.40402_at_dezide.com...
>>
>>>Hi,
>>>
>>>The test docs state that
>>>
>>>"If you got "memory access violation" message (or any other message
>>>indication fatal or system error) when you run you test, to get more
>>>information of error location add --catch_system_errors=no to the test
>>>run command line:"
>>>
>>>(see http://www.boost.org/libs/test/doc/usage/msvc_net.html)
>>>
>>>How do I do this via bjam?
>>
>>
>> I think you could specify CLA in Jamfile:
>> : #args
>> --catch_system_errors=no
>
> But *where* in the Jam file. I have the follwing:
>
> import testing ;
>
> rule range-test ( name : includes * )
> {
> return [
> run $(name).cpp
> <lib>../../test/build/boost_unit_test_framework
> <lib>../../regex/build/boost_regex
> :

               --catch_system_errors=no

> :
> : <include>$(BOOST_ROOT)
> $(includes)
> ] ;
> }
>
> test-suite range :
> [ range-test array ]
> ;
>
>
> Thanks
>
> -Thorsten
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


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