Boost logo

Boost-Build :

Subject: [Boost-build] testing.launcher with arguments
From: George Georgiev (george.georgiev.sf_at_[hidden])
Date: 2013-08-30 21:25:40


Hi,

I would like to execute my tests with a specific launcher. I am using
<testing.launcher> for that. The problem is that valgrind for example
expects the arguments that are specific for it to be specified before the
executable and this is why <testing.arg> can not be used for that.

Any suggestions?

... or if there is no more elegant way to do that, how I can specify an
variable with space in it.
I tried to escape the space with \, to put it in quotes - nothing seems to
work.

Something like:
local launcher_command = "valgrind --memcheck:foo=bar" ;
<testing.launcher>$(launcher_command)

Thanks in advance
George



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