• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
10In the libs/tti/test subdirectory there is a jamfile
11which can be used to test TTI functionality.
12
13Executing the jamfile without a target, or specifying the target
14'tti', will run tests for both basic TTI and for the variadic macro
15portion of TTI. You can run tests for only the basic TTI,
16which is the vast majority of TTI functionality, by specifying
17only the 'ttinovm' target when executing the jamfile. If you
18just want to run the tests for the variadic macro portion
19of TTI, specify the target as 'ttivm'.
20
21The TTI library has been successfully tested with:
22
23* VC++ 8, 9, 10, 11, 12, 14.0, 14.1, 14.2
24* gcc 3.4.2 through 9.2
25* clang 2.8 through 9.0
26* Intel-linux 12.1 through 19.0
27
28[endsect]
29