Skip to content

gmardom/ttest.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ttest.h - Tiny Test

A minimal, C89 compatible, collection of macros to ease testing your code.

So minimal in fact, that including test functions in test executable is a explicit responsibility of the user of this library.

Examples

As a good single header library, it has quick example in the header itself, but for more advanced methods, see howto directory. There is also how I personally use this library in my projects.

License

Dual-licensed under MIT and The Unlicense. Use it freely - no attribution required (thanks to The Unlicense), but apriciated :).

Inspired by SQLite, stb libraries, and other public-domain C classics.

About

A minimal, C89 compatible, collection of macros to ease testing your code.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages