$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [test] spread case over multiple translation units
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2010-04-16 17:16:00
Jeff Flinn wrote:
> Is it possible have multiple cpp's linked for a single master test
> suite? Doing the naive below results int multiply defined symbols linker
> errror. See below:
>
> suite1.cpp
> -------------------------------------
> #define BOOST_TEST_MAIN
> #define BOOST_TEST_MODULE Master
Ahh, I see the above should only appear in one translation unit.
Thanks, Jeff