Boost logo

Boost Users :

From: Stephen Torri (torrisa_at_[hidden])
Date: 2008-03-11 16:46:59


On Tue, 2008-03-11 at 19:09 +0000, Gennadiy Rozental wrote:
> #define BOOST_TEST_DYN_LINK
> #define BOOST_TEST_MODULE GRNN test suite
>
> BOOST_AUTO_TEST_CASE( test_distance_squared )
> {
> ....
> }
>
> and it will work with shared lib. Remove define BOOST_TEST_DYN_LINK and it
> will work with static lib as well.
>
> Gennadiy

What I want to know is how I can create a layered test suite like is
eluded to by the documentation? The documentation does not provide any
examples of a test suite within a test suite.

I can change my test program to follow the above format since its is
quite simple.

Stephen


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net