This commit is contained in:
Sean Barrett 2016-10-27 03:23:01 -07:00 committed by GitHub
parent f399ca061a
commit c8728d2f19
1 changed files with 2 additions and 1 deletions

View File

@ -260,7 +260,8 @@ as C/C++, as this is not an obstacle to most users.)
| [pempek_assert.cpp](https://github.com/gpakosz/Assert) | **WTFPLv2** | C++ | 2 | flexible assertions
| [minctest](https://github.com/codeplea/minctest) | zlib | C |**1**| unit testing
| [greatest](https://github.com/silentbicycle/greatest) | iSC | C |**1**| unit testing
| [µnit](https://github.com/nemequ/munit) | MIT | C |**1**| unit testing
| [µnit](https://github.com/nemequ/munit) | MIT | C |**1**| unit testing
|**[labrat](https://github.com/squarewave/labrat)** | **public domain** |C/C++|**1**| unit testing
#user interface
| library | license | API |files| description