$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-12-12 10:01:12
> With the BBv1 testing infrastructure, I'd like to be able to build a test
> executable and then run it several times with different sets of parameters
You could do thjis with Boost.Test parameterized test cases if you are
willing to change a test design a bit.
Gennadiy