Compact test-driven development assistance tool for C.
This compact library has been used for swiftly writing tests when working on C projects using a test-driven development methodology.
It is intended to be compact and simple to write tests in.
Generate makefiles with Premake 5, e.g.
$ premake5 gmake
Build with the desired tool, e.g.
$ make
No auto-installation script is available at the moment.