https://github.com/devfabiosilva/ctest
C test suite
https://github.com/devfabiosilva/ctest
Last synced: 10 months ago
JSON representation
C test suite
- Host: GitHub
- URL: https://github.com/devfabiosilva/ctest
- Owner: devfabiosilva
- License: mit
- Created: 2021-04-03T05:38:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T03:30:55.000Z (over 4 years ago)
- Last Synced: 2025-01-25T21:55:19.683Z (over 1 year ago)
- Language: C
- Size: 320 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ctest
A simplest lightweight compatible C test suite for low level C and C++ applications
## Usage
Just add _asserts.h_ and _asserts.c_ source code into your project
See [example sample code](https://github.com/devfabiosilva/ctest/tree/master/example) and
```sh
make
```
to test autoexplaining example
To clean test:
```sh
make clean
```
## Documentation
See documentation page [here](https://devfabiosilva.github.io/ctest/)
## Projects using _ctest_
- [myNanoEmbedded](https://github.com/devfabiosilva/myNanoEmbedded)
- [JNI tutorial](https://github.com/devfabiosilva/jni_tutorial)
## License
MIT