$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-10-22 03:31:56
Gennadiy Rozental wrote:
> boost/libs/test/auto-link-test directory contains Jamfile from v1. Can
> anyone help me tp convert it pt the v2 nd add it to the regular
> Boost.Test unit tests?
You could use:
C:\data\boost\boost\trunk\libs\config\test\link\test\Jamfile.v2 as an
example. But note that it only "works" for compilers that do actually
support auto-linking, hence it's not present in the main regression tests.
Don't ask me to explain how it works, I just copied the code from Vladimir
:-)
HTH, John.