$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [test] How to execute shell commands
From: Raffi Enficiaud (raffi.enficiaud_at_[hidden])
Date: 2018-09-28 20:14:13
On 28.09.18 13:31, Mike Dev via Boost wrote:
> As an extension to my previous question:
> Does the boost test framework provide an integrated mechanism to get the binary directory (the directory where the
> currently running test executable is placed) and/or the source directory (where the jam-file resides that defined the
> test)?
Nope, but you can pass them on the command line. PR to boost.test welcome!
R.