CppTest: Main Page (original) (raw)
General
CppTest is a portable and powerful, yet simple, unit testing framework for handling automated tests in C++. The focus lies on usability and extendability.
Several output formats, including simple text output, compiler-like output and HTML, are supported and new ones are easily added. See Screenshots for examples of available output handlers.
Documentation
This documentation contains all reference information needed to utilize the library. A quick start is given by the Tutorial.
Project mailing lists are found on the project page, see below.
Download
The latest release may always be found on the project page, see below.
Web sites
The CppTest project uses the following web sites:
- GitHub project page: https://github.com/cpptest/cpptest
- (Old SourceForge project page: https://sourceforge.net/projects/cpptest/)
Portability
CppTest has been successfully tested using the following compilers and platforms:
- Clang 7.1.1 (using Ubuntu
xenial
and repositoryllvm-toolchain-xenial-7
) - GNU GCC 7.3.0 (using Gentoo Linux)
License
CppTest is released under the GNU Lesser General Public License.
Authors
- Niklas Lundell (nilu@users.sourceforge.net)
- Sebastian Pipping (sebastan@pipping.org)