Add the "minUnit" library to the "Debug" category

This commit is contained in:
Rolando Pereira
2014-08-21 22:37:44 +01:00
parent c3da0fdb62
commit b1af70b952

View File

@@ -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. * [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. * [libtap](https://github.com/zorgnax/libtap) - Write tests in C.
* [microprofile](https://bitbucket.org/jonasmeyer/microprofile/overview) - Profiler with web-view for multiple platforms. * [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. * [Remotery](https://github.com/Celtoys/Remotery) - Single C File Profiler with Web Viewer.
## Game Engine ## Game Engine