Boost logo

Boost-Build :

Subject: [Boost-build] Using alias to control a test
From: Edward Diener (eldiener_at_[hidden])
Date: 2018-11-16 15:25:04


I am trying to use the 'alias' rule to decide whether something is
tested or not based on the OS and toolset. So I had:

alias somealias : sometest ;

alias somealias : : <target-os>windows <target-os-windows:toolset>gcc ;

in order to keep 'sometest' from being tested when gcc on Windows was
invoked. Does anybody know why this does not work ?


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