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.