This commit is contained in:
Faraz Fallahi
2014-08-05 19:50:41 +04:30
parent b17002d45d
commit 6e8f882df7

View File

@@ -145,6 +145,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
## Debug ## Debug
*Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing* *Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing*
* [Catch](https://github.com/philsquared/Catch) - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD.
* [CppUnit](http://sourceforge.net/projects/cppunit/) - C++ port of JUnit. * [CppUnit](http://sourceforge.net/projects/cppunit/) - C++ port of JUnit.
* [googletest](http://code.google.com/p/googletest/) - Google C++ Testing Framework. * [googletest](http://code.google.com/p/googletest/) - Google C++ Testing Framework.