Hi, I would like to inhibit some failing test on Android. Are there any specific BOOST macros for Android? Best, Vicente
On Thu, May 4, 2017 at 1:12 AM, Vicente J. Botet Escriba via Boost < boost@lists.boost.org> wrote:
Hi,
I would like to inhibit some failing test on Android.
Are there any specific BOOST macros for Android?
< http://www.boost.org/doc/libs/1_64_0/doc/html/predef/reference.html#predef.r...
-- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
On Thu, May 4, 2017 at 6:57 AM, Rene Rivera
On Thu, May 4, 2017 at 1:12 AM, Vicente J. Botet Escriba via Boost < boost@lists.boost.org> wrote:
Hi,
I would like to inhibit some failing test on Android.
Are there any specific BOOST macros for Android?
<http://www.boost.org/doc/libs/1_64_0/doc/html/predef/ reference.html#predef.reference.boost_os_operating_ system_macros.boost_os_android>
P.S. For b2 there's also target-os=android < https://github.com/boostorg/build/blob/master/src/tools/builtin.jam#L43>. If you just want to not build/link/run a test you can <target-os>android:<build>no in the requirements. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
I would like to inhibit some failing test on Android.
Are there any specific BOOST macros for Android?
The __ANDROID__ macro is defined by the compiler. https://sourceforge.net/p/predef/wiki/OperatingSystems/ Niall -- ned Productions Limited Consulting http://www.nedproductions.biz/ http://ie.linkedin.com/in/nialldouglas/
participants (3)
-
Niall Douglas
-
Rene Rivera
-
Vicente J. Botet Escriba