https://github.com/crhntr/testing
A small set of c functions/structs for unit testing c code
https://github.com/crhntr/testing
c testing
Last synced: 4 months ago
JSON representation
A small set of c functions/structs for unit testing c code
- Host: GitHub
- URL: https://github.com/crhntr/testing
- Owner: crhntr
- License: unlicense
- Created: 2017-05-14T01:48:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T05:22:42.000Z (5 months ago)
- Last Synced: 2025-02-18T11:58:04.072Z (4 months ago)
- Topics: c, testing
- Language: C
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# testing.h
I wrote this library to help in testing my operating system class (COMP352)
labs and projects. It takes some inspiration from the golang testing package.
"testing.h" is about as bare bones as you can get but I found it useful and
thought others might like it as well.