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

https://github.com/crhntr/testing

A small set of c functions/structs for unit testing c code
https://github.com/crhntr/testing

c testing

Last synced: 4 months ago
JSON representation

A small set of c functions/structs for unit testing c code

Awesome Lists containing this project

README

        

# testing.h

I wrote this library to help in testing my operating system class (COMP352)
labs and projects. It takes some inspiration from the golang testing package.
"testing.h" is about as bare bones as you can get but I found it useful and
thought others might like it as well.