$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Critical. Help required. Boost.DLL Jamfile breaks testing with multiple toolsets
From: Dmitry Moskalchuk (dm_at_[hidden])
Date: 2015-09-04 16:22:41
> Thanks, this works. But unfortunately this method requires tests and
> examples to be rewritten. Also, is there a way to receive library name
> without a version ("libtest_library.so" instead of
> "libtest_library.so.1.59.0")?
Just FYI: this solution also automatically fixes testing on Android -
adbrunner tool automatically detect files passed as command line
arguments and upload them to device before running tests.
-- Dmitry Moskalchuk