$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Specify the run directory in the 'run' rule
From: Sherwood Hu (sherwood_at_[hidden])
Date: 2009-02-27 17:17:03
Hi all,
Is it possible to specify the run directory for rule 'run'. I have my
unit testing jamfile as:
import testing ;
test_suite all_cases :
[ run test_file1 ] ;
The executable runs in its own directory. I need it to run under the
same directory as the jamfile.