File tree Expand file tree Collapse file tree 19 files changed +76
-0
lines changed Expand file tree Collapse file tree 19 files changed +76
-0
lines changed Original file line number Diff line number Diff line change 19
19
20
20
#define BOOST_TEST_MODULE debug - logger
21
21
22
+ #if BOOST_VERSION >= 105900
23
+ #include < boost/test/tools/output_test_stream.hpp>
24
+ #else
22
25
#include < boost/test/output_test_stream.hpp>
26
+ #endif
23
27
#include < boost/test/unit_test.hpp>
24
28
25
29
using boost::test_tools::output_test_stream;
Original file line number Diff line number Diff line change 9
9
10
10
#define BOOST_TEST_MODULE customEntity
11
11
12
+ #if BOOST_VERSION >= 105900
13
+ #include < boost/test/tools/output_test_stream.hpp>
14
+ #else
12
15
#include < boost/test/output_test_stream.hpp>
16
+ #endif
13
17
#include < boost/test/unit_test.hpp>
14
18
15
19
using boost::test_tools::output_test_stream;
Original file line number Diff line number Diff line change 19
19
20
20
#define BOOST_TEST_MODULE debug - logger
21
21
22
+ #if BOOST_VERSION >= 105900
23
+ #include < boost/test/tools/output_test_stream.hpp>
24
+ #else
22
25
#include < boost/test/output_test_stream.hpp>
26
+ #endif
23
27
#include < boost/test/unit_test.hpp>
24
28
25
29
#include < boost/date_time/posix_time/posix_time.hpp>
Original file line number Diff line number Diff line change 18
18
19
19
#define BOOST_TEST_MODULE debug - logger
20
20
21
+ #if BOOST_VERSION >= 105900
22
+ #include < boost/test/tools/output_test_stream.hpp>
23
+ #else
21
24
#include < boost/test/output_test_stream.hpp>
25
+ #endif
22
26
#include < boost/test/unit_test.hpp>
23
27
24
28
using boost::test_tools::output_test_stream;
Original file line number Diff line number Diff line change 16
16
#include < dynamic-graph/tracer-real-time.h>
17
17
#define BOOST_TEST_MODULE debug - tracer
18
18
19
+ #if BOOST_VERSION >= 105900
20
+ #include < boost/test/tools/output_test_stream.hpp>
21
+ #else
19
22
#include < boost/test/output_test_stream.hpp>
23
+ #endif
20
24
#include < boost/test/unit_test.hpp>
21
25
using boost::test_tools::output_test_stream;
22
26
Original file line number Diff line number Diff line change 18
18
19
19
#define BOOST_TEST_MODULE debug - trace
20
20
21
+ #if BOOST_VERSION >= 105900
22
+ #include < boost/test/tools/output_test_stream.hpp>
23
+ #else
21
24
#include < boost/test/output_test_stream.hpp>
25
+ #endif
22
26
#include < boost/test/unit_test.hpp>
23
27
24
28
using boost::test_tools::output_test_stream;
Original file line number Diff line number Diff line change 16
16
17
17
#define BOOST_TEST_MODULE debug - tracer
18
18
19
+ #if BOOST_VERSION >= 105900
20
+ #include < boost/test/tools/output_test_stream.hpp>
21
+ #else
19
22
#include < boost/test/output_test_stream.hpp>
23
+ #endif
20
24
#include < boost/test/unit_test.hpp>
21
25
22
26
namespace dynamicgraph {
Original file line number Diff line number Diff line change 18
18
19
19
#define BOOST_TEST_MODULE entity
20
20
21
+ #if BOOST_VERSION >= 105900
22
+ #include < boost/test/tools/output_test_stream.hpp>
23
+ #else
21
24
#include < boost/test/output_test_stream.hpp>
25
+ #endif
22
26
#include < boost/test/unit_test.hpp>
23
27
24
28
using boost::test_tools::output_test_stream;
Original file line number Diff line number Diff line change 8
8
9
9
#include < sstream>
10
10
11
+ #if BOOST_VERSION >= 105900
12
+ #include < boost/test/tools/output_test_stream.hpp>
13
+ #else
11
14
#include < boost/test/output_test_stream.hpp>
15
+ #endif
12
16
#include < boost/test/unit_test.hpp>
13
17
#include < boost/test/unit_test_suite.hpp>
14
18
Original file line number Diff line number Diff line change 8
8
9
9
#define BOOST_TEST_MODULE factory
10
10
11
+ #if BOOST_VERSION >= 105900
12
+ #include < boost/test/tools/output_test_stream.hpp>
13
+ #else
11
14
#include < boost/test/output_test_stream.hpp>
15
+ #endif
12
16
#include < boost/test/unit_test.hpp>
13
17
14
18
using boost::test_tools::output_test_stream;
Original file line number Diff line number Diff line change 8
8
9
9
#define BOOST_TEST_MODULE tracer
10
10
11
+ #if BOOST_VERSION >= 105900
12
+ #include < boost/test/tools/output_test_stream.hpp>
13
+ #else
11
14
#include < boost/test/output_test_stream.hpp>
15
+ #endif
12
16
#include < boost/test/unit_test.hpp>
13
17
14
18
#include " interpreter.h"
Original file line number Diff line number Diff line change 12
12
13
13
#define BOOST_TEST_MODULE pool
14
14
15
+ #if BOOST_VERSION >= 105900
16
+ #include < boost/test/tools/output_test_stream.hpp>
17
+ #else
15
18
#include < boost/test/output_test_stream.hpp>
19
+ #endif
16
20
#include < boost/test/unit_test.hpp>
17
21
18
22
using boost::test_tools::output_test_stream;
Original file line number Diff line number Diff line change 13
13
14
14
#define BOOST_TEST_MODULE real_time_logger
15
15
16
+ #if BOOST_VERSION >= 105900
17
+ #include < boost/test/tools/output_test_stream.hpp>
18
+ #else
16
19
#include < boost/test/output_test_stream.hpp>
20
+ #endif
17
21
#include < boost/test/unit_test.hpp>
18
22
19
23
#include < boost/date_time/posix_time/posix_time.hpp>
Original file line number Diff line number Diff line change 11
11
#include < dynamic-graph/tracer.h>
12
12
13
13
#include < assert.h>
14
+ #if BOOST_VERSION >= 105900
15
+ #include < boost/test/tools/output_test_stream.hpp>
16
+ #else
14
17
#include < boost/test/output_test_stream.hpp>
18
+ #endif
15
19
#include < boost/test/unit_test.hpp>
16
20
#include < iostream>
17
21
Original file line number Diff line number Diff line change 20
20
21
21
#define BOOST_TEST_MODULE signal_cast_registerer
22
22
23
+ #if BOOST_VERSION >= 105900
24
+ #include < boost/test/tools/output_test_stream.hpp>
25
+ #else
23
26
#include < boost/test/output_test_stream.hpp>
27
+ #endif
24
28
#include < boost/test/unit_test.hpp>
25
29
#include < iostream>
26
30
Original file line number Diff line number Diff line change 15
15
#include < dynamic-graph/signal.h>
16
16
#include < iostream>
17
17
18
+ #if BOOST_VERSION >= 105900
19
+ #include < boost/test/tools/output_test_stream.hpp>
20
+ #else
18
21
#include < boost/test/output_test_stream.hpp>
22
+ #endif
19
23
#include < boost/test/unit_test.hpp>
20
24
#include < boost/test/unit_test_suite.hpp>
21
25
#include < string>
Original file line number Diff line number Diff line change 8
8
9
9
#define BOOST_TEST_MODULE signal_time_dependent
10
10
11
+ #if BOOST_VERSION >= 105900
12
+ #include < boost/test/tools/output_test_stream.hpp>
13
+ #else
11
14
#include < boost/test/output_test_stream.hpp>
15
+ #endif
12
16
#include < boost/test/unit_test.hpp>
13
17
14
18
using boost::test_tools::output_test_stream;
Original file line number Diff line number Diff line change 11
11
12
12
#define BOOST_TEST_MODULE debug - trace
13
13
14
+ #if BOOST_VERSION >= 105900
15
+ #include < boost/test/tools/output_test_stream.hpp>
16
+ #else
14
17
#include < boost/test/output_test_stream.hpp>
18
+ #endif
15
19
#include < boost/test/unit_test.hpp>
16
20
17
21
using boost::test_tools::output_test_stream;
Original file line number Diff line number Diff line change 7
7
8
8
#define BOOST_TEST_MODULE value
9
9
10
+ #if BOOST_VERSION >= 105900
11
+ #include < boost/test/tools/output_test_stream.hpp>
12
+ #else
10
13
#include < boost/test/output_test_stream.hpp>
14
+ #endif
11
15
#include < boost/test/unit_test.hpp>
12
16
13
17
using boost::test_tools::output_test_stream;
You can’t perform that action at this time.
0 commit comments