]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/tti/doc/tti_tests.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / tti / doc / tti_tests.qbk
1 [/
2 (C) Copyright Edward Diener 2011,2013
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt).
6 ]
7
8 [section:tti_tests Testing TTI]
9
10 In the libs/tti/test subdirectory there is a jamfile
11 which can be used to test TTI functionality.
12
13 Executing the jamfile without a target, or specifying the target
14 'tti', will run tests for both basic TTI and for the variadic macro
15 portion of TTI. You can run tests for only the basic TTI,
16 which is the vast majority of TTI functionality, by specifying
17 only the 'ttinovm' target when executing the jamfile. If you
18 just want to run the tests for the variadic macro portion
19 of TTI, specify the target as 'ttivm'.
20
21 The TTI library has been successfully tested with:
22
23 * VC++ 8, 9, 10, 11, 12
24 * gcc 3.4.2, 3.4.5, 4.1.2, 4.3.0, 4.4.0, 4.4.7, 4.5.0-1, 4.5.2-1, 4.6.0, 4.6.1, 4.6.2, 4.6.3, 4.7.0, 4.7.2, 4.8.2
25 * clang 2.8, 3.0, 3.1, 3.3, 3.4, 3.5 ( latest )
26 * Intel-linux 12.1, 13.0, 13.1, 14.0
27
28 [endsect]