$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2006-02-27 07:42:27
I want to disable compilation or execution of the pointer_vector test in
boost.python because executing the tests currently infinitely hangs the
whole regression test.
I tried
[ bpl-test pointer_vector : : <hp_cxx><build>no ]
but this doesn't work, bjam seems to think <hp_cxx> is a feature:
boost-HEAD/tools/build/v2/build/feature.jam:280: in validate-feature from
module feature
error: unknown feature "<hp_cxx>"
What is the correct syntax for this in bbv2? How do I disable tests for all
versions of a toolset, and for a specific version of a toolset?
TIA, Markus