From b1af70b952b5d4c59fa6cacfb57daa08231c436f Mon Sep 17 00:00:00 2001 From: Rolando Pereira Date: Thu, 21 Aug 2014 22:37:44 +0100 Subject: [PATCH] Add the "minUnit" library to the "Debug" category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b9dbc0..49aa6a2 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [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. +* [minUnit](http://www.jera.com/techinfo/jtns/jtn002.html) - A minimal unit testing framework for C written using only 2 macros. * [Remotery](https://github.com/Celtoys/Remotery) - Single C File Profiler with Web Viewer. ## Game Engine