|
Boost-Build : |
Subject: [Boost-build] How do I skip one test?
From: Kuhl, Brian (brian.kuhl_at_[hidden])
Date: 2016-02-09 18:13:20
Hi,
The last test in boost/libs/timer/test/Jamfile.v2 runs; /boost/tools/inspect.
'inspect' is non-starter for VxWorks; it uses popen()/pclose() which I don't have, which it uses to access an SVN client, which is unsupported as well.
It's a cool little test, but it doesn't makes sense for my cross-compile environment.
(I'm still struggling with the test rule syntax,) how do I skip this one test when: <target-os>vxworks ?
Thanks
Brian Kuhl
Wind River
[ run /boost/tools/inspect//inspect/<variant>release
: $(parent) -text -brief # command line
: # input files
: <dependency>/boost/filesystem//boost_filesystem
<test-info>always_show_run_output # requirements
: inspect # test name
]
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk