Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cgaebel/cth
- Owner: cgaebel
- Created: 2010-02-13T23:57:40.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-20T23:40:44.000Z (over 14 years ago)
- Last Synced: 2024-05-01T19:35:14.180Z (7 months ago)
- Language: C++
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The real README is in README.docx
License can be found at /Test/LICENSECreated by Clark Gaebel
Special thanks to UnitTest++ and GTest, which inspired this.