https://github.com/clumsy/cutest
simple C language testing library
https://github.com/clumsy/cutest
Last synced: 8 months ago
JSON representation
simple C language testing library
- Host: GitHub
- URL: https://github.com/clumsy/cutest
- Owner: clumsy
- License: other
- Created: 2017-12-22T04:26:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T20:36:48.000Z (over 8 years ago)
- Last Synced: 2025-02-05T18:54:30.160Z (over 1 year ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
**HOW TO USE**
This is a single-header port of CuTest testing library.
Add the header file to you test sources as needed
and _#define CUTEST_IMPLEMENTATION_ in one of your source files.
See _AllTests.c_ and _CuTestSample.c_ for more details.
**LICENSING**
For details on licensing see _LICENSE_.