An open API service indexing awesome lists of open source software.

https://github.com/clumsy/cutest

simple C language testing library
https://github.com/clumsy/cutest

Last synced: 8 months ago
JSON representation

simple C language testing library

Awesome Lists containing this project

README

          

**HOW TO USE**

This is a single-header port of CuTest testing library.
Add the header file to you test sources as needed
and _#define CUTEST_IMPLEMENTATION_ in one of your source files.

See _AllTests.c_ and _CuTestSample.c_ for more details.

**LICENSING**

For details on licensing see _LICENSE_.