Boost logo

Boost :

Subject: Re: [boost] Where is this symbol defined?
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2014-07-12 03:47:33


On Friday 11 July 2014 16:49:58 Axel Ismirlian wrote:
>
> > > I'm a little confused where is BOOST_TEST_MODULE located? And should I
> > > define this in the cpp code of the test itself?
> >
> > It's a macro that should be defined before Boost.Test headers are
> > included.
> >
> > http://www.boost.org/doc/libs/1_55_0/libs/test/doc/html/utf/compilation.ht
> > ml
> >
> So wait are you suggesting that I add #define BOOST_TEST_MODULE asio before
> #include <boost/test/included/unit_test.hpp>? How do you propose I fix
> this?

This is something you can try locally. I'm not suggesting a 'fix', I just
answered your original question. I have no idea how ASIO tests work or why
they don't work on your setup. The tests compile just fine in the test matrix.

PS: Please, don't top post.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk