Boost logo

Boost-Build :

Subject: [Boost-build] install unit test
From: Steve Lorimer (steve.lorimer_at_[hidden])
Date: 2015-07-15 14:52:19


I have the following Jamfile for my unit test

import testing ;

unit-test example-test
: [ glob *.cpp ]
;

install . : example-test ;

It installs example-test.passed into the local directory, instead of the
example-test binary

...patience...
...patience...
...found 6496 targets...
...updating 1 target...
common.copy foo/test/example-test.passed
...updated 1 target...

How can I get it to install the binary instead of the tests passed marker
file?



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