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

https://github.com/halosghost/twbctf

The World's Best C Test Framework
https://github.com/halosghost/twbctf

Last synced: over 1 year ago
JSON representation

The World's Best C Test Framework

Awesome Lists containing this project

README

          

========
twbctf
========

"The World's Best C Test Framework" is a small header and source file that adds all the basics you need for a C test framework.

All you need to do is edit ``tests.c`` to include your test functions (or headers that you need), modify the included ``Tupfile`` (if the test suite will need to link against anything) and run ``tup upd``!