From 1ba6edf97d6dc915f86efd3c6ea379840adb856a Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Wed, 13 Aug 2014 01:32:18 +0430 Subject: [PATCH] libtap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ed24ac..d96be44 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [CppUnit](http://sourceforge.net/projects/cppunit/) - C++ port of JUnit. * [googletest](http://code.google.com/p/googletest/) - Google C++ Testing Framework. * [ig-debugheap](https://github.com/deplinenoise/ig-debugheap) - Multiplatform debug heap useful for tracking down memory errors. +* [libtap](https://github.com/zorgnax/libtap) - Write tests in C. * [microprofile](https://bitbucket.org/jonasmeyer/microprofile/overview) - Profiler with web-view for multiple platforms. * [Remotery](https://github.com/Celtoys/Remotery) - Single C File Profiler with Web Viewer.