From 6e8f882df75d4358b884231474adff4b3eaf1500 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Tue, 5 Aug 2014 19:50:41 +0430 Subject: [PATCH] Catch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 359bb0e..faba028 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Debug *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. * [googletest](http://code.google.com/p/googletest/) - Google C++ Testing Framework.