https://github.com/refi64/libcut
Easy, flexible C unit testing
https://github.com/refi64/libcut
Last synced: 8 months ago
JSON representation
Easy, flexible C unit testing
- Host: GitHub
- URL: https://github.com/refi64/libcut
- Owner: refi64
- License: zlib
- Created: 2015-01-04T22:30:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T23:20:24.000Z (over 10 years ago)
- Last Synced: 2025-03-16T01:41:25.891Z (over 1 year ago)
- Language: C
- Size: 12.7 KB
- Stars: 11
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Libcut
======
Libcut (**Lib** rary for **C** **U** nit **T** esting) is an easy-to-use unit
testing framework designed for C11. It's in early development, but it's very
usable, consisting of a single header file (*libcut.h*). See
`the manual `_.
The output is nice and colorful, too; here's the output from running the *tst.c*
program included::
FF
error in test abc at tst.c:10: 1 != 0
error in test xyz at tst.c:5: 'a' != 'ab'
Tests run: 2
Tests succeeded: 0
Tests failed: 2