commit | dc6b90838014ab985bf3cd74ac17ad9d00e1fbcb | [log] [tgz] |
---|---|---|
author | Patrick Johnmeyer <[email protected]> | Thu Oct 15 22:20:22 2015 -0500 |
committer | Patrick Johnmeyer <[email protected]> | Thu Oct 15 22:20:22 2015 -0500 |
tree | 23875a8a5e80339c07fd891f4c0caa4abdf7bfea | |
parent | dab64862c4e1cad9a9273069feef40d48534a487 [diff] | |
parent | 0a14abb0a52cdfc9c849aadd121a07eb9e32c2a5 [diff] |
Merge pull request #78 from Microsoft/vs2015Support Vs2015 support
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.