$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jared McIntyre (jmcintyre_at_[hidden])
Date: 2007-07-24 21:22:13
I'm trying to get a boost-test bjam file to link to the signals
library from the sandbox. Could someone help me with this. Here is a
cut down version of what I have:
import testing ;
project
: source-location .
: requirements
;
{
test-suite pinhole
:
[ run TestStringProperties.cpp ]
;
}
I'm guessing I need to set something in requirements, but I nothing
I've tried has worked.
Thanks,
Jared