Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 283 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 283 Bytes

Bare bones testing functions for C programming.

Single header testing library (a la Sean Barret's single header libraries @ https://github.com/nothings/stb). Include tunic.h in a .c file, and prepare tests in what ever way you want (my preferred structure is in tunic_template.c).