$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Jamfiles for unit tests
From: Boris Schaeling (boris_at_[hidden])
Date: 2009-10-15 15:56:42
On Thu, 15 Oct 2009 21:07:35 +0200, Steven Watanabe <watanabesj_at_[hidden]>
wrote:
> [...]
>> This looks like a bug in the Jamfiles of Boost.Test to me. Can I
>> overwrite the basename of a library in my Jamfile to make Boost.Build
>> look up boost_unit_test_framework... and not boost_test...?
>
> I see. This looks like a bug in the boost module. Can you
> apply the attached patch and use /boost//unit_test_framework?
Thanks, your patch works!
Boris