|
Boost Testing : |
Subject: Re: [Boost-testing] Testing
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2018-09-12 15:26:55
AMDG
On 09/12/2018 09:03 AM, Robert Ramey via Boost-Testing wrote:
> I have a jamfile script in my testing directory which runs all the tests
> for the safe numerics library. So far so good.
>
> The library only works with compilers which support C++14 and later. Fine.
>
> But what happens when the boost testing matrix is generated. In this
> case I have no control over which version of C++ is to be used. So I
> would expect all failures for this compilers which are not supporting
> C++14 or above. I'm thinking that is not the result we would want. What
> do I have to do to be sure that compilers which do not support C++14 or
> above are skipped?
>
Add [ config.requires /some list of required C++14 features/ ]
to the project requirements. See
https://www.boost.org/libs/config/doc/html/boost_config/build_config.html
In Christ,
Steven Watanabe