tti_tests.qbk 1.0 KB

12345678910111213141516171819202122232425262728
  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. [section:tti_tests Testing TTI]
  8. In the libs/tti/test subdirectory there is a jamfile
  9. which can be used to test TTI functionality.
  10. Executing the jamfile without a target, or specifying the target
  11. 'tti', will run tests for both basic TTI and for the variadic macro
  12. portion of TTI. You can run tests for only the basic TTI,
  13. which is the vast majority of TTI functionality, by specifying
  14. only the 'ttinovm' target when executing the jamfile. If you
  15. just want to run the tests for the variadic macro portion
  16. of TTI, specify the target as 'ttivm'.
  17. The TTI library has been successfully tested with:
  18. * VC++ 8, 9, 10, 11, 12
  19. * 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
  20. * clang 2.8, 3.0, 3.1, 3.3, 3.4, 3.5 ( latest )
  21. * Intel-linux 12.1, 13.0, 13.1, 14.0
  22. [endsect]