$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ãkos Maróy (akos_at_[hidden])
Date: 2008-06-21 08:54:20
Gennadiy,
> Only one file should define BOOST_TEST_MODULE, after all - you don't need to
> repeat the name of your test module twice ;)?
I see. so there's one test module per unit tast executable. this wasn't
clear for me. for the other testX.cpp files, I just use the
BOOST_AUTO_TEST_CASE macro, and they are going to be registered, right?
Akos