?????????????VS2013?н???Boost?????????????????????????????????????·????????????????????VS2013?н???Boost????????
????????Boost??????????????????????VS2013???Boost Unit Test Adapter (Update 3) ???????Boost??Boost Unit Test Adapte??????VS2013?е?“????->????????”????????????????Boost Unit Test Adapter??????Boost??汾??ο??????????????汾???1.55.0??Boost????????????????????????????Boost??????????ο?????????????????????????bjam --toolset=msvc-12.0 --build-type=complete????
?????????????????????????
????1. ????????????????
??????????????????????BoostUnitTest??????????????÷????????(???????????????????)?????????????????????“WIN32”???“Tested”?????????“Boost Unit Test Project”???????????->???->Visual C++->Test?£?“BoostUnitTest”?????????

????2. ??????????????????
??????Tested????????????????tested.h??????tested.cpp. ????????????
1 #include <iostream>
2
3 using namespace std;
4
5 class Tested
6 {
7 public:
8
9     Tested();
10     virtual ~Tested();
11     int add(const int a?? const int b);
12
13 private:
14
15 };
1 #include "tested.h"
2
3 Tested::Tested()
4 {
5
6 }
7
8 Tested::~Tested()
9 {
10
11 }
12
13 int Tested::add(const int a?? const int b)
14 {
15     return a + b;
16 }
??????????????????????????main???????????tested???в???????????????е????????????????????????????main??????????????????Tested????????н??????????????“????????”???“?????(.dll)”?????????