$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost 1.38 test suite in separate files
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-05-10 05:02:47
<tang10 <at> llnl.gov> writes:
>
> What library needs to be built?
static or dynamic.
http://www.boost.org/doc/libs/1_39_0/libs/test/doc/html/utf/compilation.html
> Also, how is the order of the test suite enforced?
It's not. Whatever order compiler/linker choose to execute static objects
construction, that is the one you end up seeing. You can run specific test
suites though and list them in particular order.
Gennadiy