$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Boost.Test]
From: Eugene Wee (crystalrecursion_at_[hidden])
Date: 2009-05-10 11:39:02
On Sun, May 10, 2009 at 7:52 PM, Ruediger Berlich
<ruediger.berlich_at_[hidden]> wrote:
> I would now like to make sure that tests are run in a specific order. After
> all these are unit tests, and I want the most basic components to be tested
> first.
Why not make the tests independent so that they can be run in any order?
Regards,
Eugene