4 Apr
2013
4 Apr
'13
8:55 a.m.
Hello,
I am trying to setup in Visual C++ 2010 some projects to use Boost.Test.
I have a project with some classes I want to test. This project builds a static library. I put in this project a test file ; here is its content :
#define BOOST_TEST_MODULE MyTest
#include