16 May
2020
16 May
'20
2:57 p.m.
On 2020-05-16 17:50, Alexander Grund via Boost wrote:
https://github.com/boostorg/poly_collection/blob/develop/test/Jamfile.v2
As another note on that: I have a test to be run on windows only by using: <build>no <target-os>windows:<build>yes
This now also breaks BJam as it sees a <build>no by the C++11 requirements and a <build>yes by the above :( No idea how to solve that.
You could write a local rule that determines when to build the test. You can see an example here: https://github.com/boostorg/filesystem/blob/92522691601533a2afdec9bdecb97674... https://github.com/boostorg/filesystem/blob/92522691601533a2afdec9bdecb97674...