https://github.com/halosghost/twbctf
The World's Best C Test Framework
https://github.com/halosghost/twbctf
Last synced: over 1 year ago
JSON representation
The World's Best C Test Framework
- Host: GitHub
- URL: https://github.com/halosghost/twbctf
- Owner: HalosGhost
- License: gpl-2.0
- Created: 2014-11-23T00:45:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-27T16:26:28.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T18:43:14.626Z (over 1 year ago)
- Language: C
- Size: 22.5 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
========
twbctf
========
"The World's Best C Test Framework" is a small header and source file that adds all the basics you need for a C test framework.
All you need to do is edit ``tests.c`` to include your test functions (or headers that you need), modify the included ``Tupfile`` (if the test suite will need to link against anything) and run ``tup upd``!