mtn / cunit

The skeleton of a small c unit testing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cunit

This is the skeleton of a small c unit testing library I wrote within a project I was working on. It's built on plain assertions, and doesn't do very many fancy things. I plan to tidy it up and abstract it for use in future projects.

About

The skeleton of a small c unit testing library


Languages

Language:C 99.2%Language:Makefile 0.8%