$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2008-03-31 12:02:49
Great, send me a Jamfile.
If I create a DLL it ends up in a directory tree
bin.v2/serialization/test/...
and I create program which uses the DLL it ends up in a different
directory. When you run the test, it can't find the DLL
Robert Ramey
Sohail Somani wrote:
> On Mon, 31 Mar 2008 03:28:49 -0300, Felipe Magno de Almeida wrote:
>
>> Yeah, that's very hard to test with boost.test facilities.
>
> DLL loading? I've done it before with Boost.Test. What do you think is
> hard to test about it?