mirror of
https://github.com/boostorg/test.git
synced 2026-01-23 06:02:14 +00:00
boost-1.64.0
* develop: Changelog FPE: disabling support of the glibC extensions for uLibC std library Preventing the compilation of floating points with GCC when glibc is not in use Change log update Documenting the customization point Fixing the tests and checking everything works ok CMake: making the documentation target more explicit Change log update JUnit: updating documentation JUnit: changing the default to log-messages JUnit: refactoring for handling the different phases in an easier way JUnit: being able to indicate the log level for speeding up Using lists for the output streams Lowering JUnit output memory footprint Test for customization points Customization points for printing user defined types through `boost_test_print_type`
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 2001-2014, Gennadiy Rozental.
Copyright 2013-2015, Boost.Test team.
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%
