Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cgaebel/cth

Clark's Test Harness. My personal C++ test harness for msvc 2010. A simple, scalable testing framework. The mailing list is at http://groups.google.com/group/cth-dev
https://github.com/cgaebel/cth

Last synced: about 1 month ago
JSON representation

Clark's Test Harness. My personal C++ test harness for msvc 2010. A simple, scalable testing framework. The mailing list is at http://groups.google.com/group/cth-dev

Awesome Lists containing this project

README

        

The real README is in README.docx
License can be found at /Test/LICENSE

Created by Clark Gaebel
Special thanks to UnitTest++ and GTest, which inspired this.