Using alias to control a test
Edward Diener via Boost-build <[email protected]> Fri, 16 Nov 2018 10:25:04 -0500
| Newsgroups | gmane.comp.lib.boost.build |
|---|---|
| Message-ID | <[email protected]> |
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 ? _______________________________________________ Unsubscribe & other changes: https://lists.boost.org/mailman/listinfo.cgi/boost-build