$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: al_odinaev (al_odinaev_at_[hidden])
Date: 2004-03-23 14:37:45
Hi,
One more question. I'm using 'unit-test' target to build and run my
tests. Some of these tests require preconditions.
For example I need to setup environment variable for particular test.
Is there any possibility to specify the variable in Jamfile like this:
unit-test test1 : test1.cpp : pre-requirements <env>PYTHONPATH=xxx ;
Thanks,
Alex.