|
Boost-Build : |
From: Elifant (elifantu_at_[hidden])
Date: 2005-10-10 23:41:04
Hi,
I have simple project with unit test, something like:
==================================
import testing ;
project my ;
lib mylib : mylib.cpp ;
unit-test test : test.cpp mylib ;
==================================
When I build project, executable files are placed in some subdirectory
of 'bin'. The problem is that test uses some file which is placed next
to the source. How can I copy this file to the same directory with the
executable, so test can find it?
P.S. Sorry for my terrible english.
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