Boost logo

Boost Testing :

Subject: Re: [Boost-testing] [EXTERNAL] Disable test if not compiling with c++11
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2016-07-17 17:09:11



> On Jul 17, 2016, at 1:19 PM, Steven Watanabe <watanabesj_at_[hidden]> wrote:
>
> On 07/17/2016 11:50 AM, Robert Ramey wrote:
>> On 7/16/16 9:11 PM, Rene Rivera wrote:
>>> Is there something like this to omit this test if not using c++11?
>>>
>>> [ run csr_graph_test.cpp : : : : : <variant>release <std>c++11 ]
>>>
>>> Or is there another way to accomplish this?
>>>
>>
>> I can't find any information on the <std> . Where should I be looking?
>>
>> I've look at
>> http://www.boost.org/build/doc/html/bbv2/overview/builtins/features.html
>
> It's a hypothetical feature that doesn't actually exist.

Exactly. I was just looking for ways to mark test cases in the Jamfile by the minimum std they support. While I can test macros in the source code to accomplish the same thing, I thought it’d be easier if I could mark the tests right in the Jamfile.

Thanks for all the insights.

— Noel


Boost-testing list run by mbergal at meta-comm.com