Boost logo

Boost :

Subject: Re: [boost] Adding a --log_level="message" runtime option to a Boost.test test-suite
From: Paul A. Bristow (pbristow_at_[hidden])
Date: 2011-10-16 13:35:58


> -----Original Message-----
> From: boost-bounces_at_[hidden] [mailto:boost-bounces_at_[hidden]] On Behalf Of Vicente J.
> Botet Escriba
> Sent: Saturday, October 15, 2011 3:16 PM
> To: boost_at_[hidden]
> Subject: Re: [boost] Adding a --log_level="message" runtime option to a Boost.test test-suite
>
> Le 15/10/11 11:52, Paul A. Bristow a écrit :
> > Complete jamfile attached.
> >
>
> Have you tried to give a specific target-name
>
> test-suite "multiprecision EFX numerical" :
> [
> run ./numerical_test/multiprecision_test.cpp
> ../src/backends/float/mp_float.cpp
> ...
> ./real/cases/test_case_00052_factorial2.cpp
>
> : --log_level="message" : : : multiprecision_EFX_numerical
>
> # run ( sources + : args * : input-files * : requirements * :
> target-name ? : default-build * )
> ]

OK thanks - I was confused by the positional syntax. This now works for me.

 test-suite "multiprecision EFX numerical test" :
 [
        run numerical_test.cpp # sources
                ../real/cases/test_case_0000x_overflow_underflow.cpp
...
          ../test_case_base.cpp
                      
        : # args*
            --log_level="message"
        : # input_files*
        : # requirements*
        : # target-name?
        : # default build
                   multiprecision_EFX_numerical
     
]
;

Paul

---
Paul A. Bristow,
Prizet Farmhouse, Kendal LA8 8AB  UK
+44 1539 561830  07714330204
pbristow_at_[hidden]

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