Image 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing | 4 years ago | |
---|---|---|
.. | ||
build | 4 years ago | |
doc | 4 years ago | |
example | 4 years ago | |
meta | 4 years ago | |
src | 4 years ago | |
test | 4 years ago | |
tools | 4 years ago | |
CONTRIBUTE.md | 4 years ago | |
Jamfile.v2 | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
index.html | 4 years ago |
Boost.Test is a C++03 and C++11/14 unit testing library, available on a wide range of platforms and compilers.
The library is part of Boost. The latest release of the library is available from the boost web site.
Full instructions for use of this library can be accessed from http://www.boost.org/doc/libs/release/libs/test/
create a test module with this (header version):
#define BOOST_TEST_MODULE your_test_module
#include <boost/test/included/unit_test.hpp>
done
BOOST_TEST
, that understands floating points, collections, strings... and uses appropriate comparison paradigmCopyright 2001-2014, Gennadiy Rozental.
Copyright 2013-2018, Boost.Test team.
Distributed under the Boost Software License, Version 1.0. (Get a copy at www.boost.org/LICENSE_1_0.txt)
Please read this document to get started.
Branch | Travis | Appveyor | Coverity Scan | codecov.io | Deps | Docs | Tests |
---|---|---|---|---|---|---|---|
master |
|||||||
develop |