igsha / ccatch

Unit Testing Framework for pure C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ccatch

Build Status

Unit Testing Framework for pure C inspired by Catch.

Version 0.1.0

Long way to test functionality:

$ mkdir build
$ cd build
build/ $ cmake ..
build/ $ cmake --build . -- -j
build/ $ cmake --build . -- test

Short way to test functionality:

$ gcc -Iinclude/ -o ccatch_test tests/*.c
$ ./ccatch_test

About

Unit Testing Framework for pure C

License:MIT License


Languages

Language:C 85.1%Language:CMake 14.9%