commit | 7b47f1c59a92730a39a967460d542f259b787c8f | [log] [tgz] |
---|---|---|
author | Nathan Lapierre <[email protected]> | Thu Jun 05 02:06:44 2014 -0300 |
committer | Nathan Lapierre <[email protected]> | Thu Jun 05 02:06:44 2014 -0300 |
tree | 995bc26058591a1ae9b80ecf38ac6d7e2fad9d9e | |
parent | f250db337621cb8a4d53054994e4fb5b12089cd4 [diff] |
fix broken tests
UnitTest++ is a lightweight unit testing framework for C++. It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++. UnitTest++ is ANSI portable C++ and makes minimal use of advanced library and languages features, which means it should be easily portable to just about any platform. Out of the box, the following platforms are supported:
The full documentation for building and using UnitTest++ can be found on the GitHub wiki page. The contents of this wiki are also included as a git submodule under the docs
folder, so version-specific Markdown documentation is always available along with the download.
While there are currently some bundled makefiles and projects, UnitTest++ is primarily built and supported using CMake.
Via git:
git clone https://github.com/unittest-cpp/unittest-cpp
Via svn:
svn checkout https://github.com/unittest-cpp/unittest-cpp/trunk unittest-cpp
Via git:
git clone https://github.com/unittest-cpp/unittest-cpp cd unittest-cpp git checkout v1.4
Via svn:
svn checkout https://github.com/unittest-cpp/unittest-cpp/tags/v1.4 unittest-cpp
UnitTest++ is free software. You may copy, distribute, and modify it under the terms of the License contained in the file LICENSE distributed with this package. This license is the same as the MIT/X Consortium license.