$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [test] Crash when running my unit tests
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-05-08 12:16:11
Christian Henning <chhenning <at> gmail.com> writes:
>
> Gennadiy, thanks for your input. As I wrote in my last email the
> problem was fixed by linking to the correct runtime lib. One of my
> image libs was not correctly built.
I still recommend using test suites instead of plain C++ namespaces. On top of
everything else it allows you to run only test cases pertinent to particular
image type.
Gennadiy