12 Jul
2014
12 Jul
'14
7:47 a.m.
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
? 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.