mirror of
https://github.com/boostorg/test.git
synced 2026-02-15 01:22:08 +00:00
ba296c4857facdcf1ea9d998ab65ef933ed7d16e
As an illustration, I configured three examples from documentation, so that they are only compiled when support for variadic macros is present on the compiler. I am using a feature from Boost.Config: http://www.boost.org/doc/libs/1_58_0/libs/config/doc/html/boost_config/build_config.html It uses predefined platform macros (rather than tester name) to detect the availability of the feature.
This is the main directory for the Boost Test Library. (Not to be confused with a directory containing test programs for the parent directory.) Full instructions for use of this library can be accessed from http://www.boost.org/doc/libs/release/libs/test/ This library is part of boost (see www.boost.org), the latest version of the library is available from the boost web site, or development snapshots from the boost git repository at https://github.com/boostorg/test ************************************************************************ Copyright Gennadiy Rozental 2001-2014. Copyright Boost.Test team 2013-2015. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)
Languages
C++
99%
CMake
0.9%