https://github.com/codewars/criterion-hooks
Report hooks for Criterion
https://github.com/codewars/criterion-hooks
code-runner test-reporting
Last synced: 5 months ago
JSON representation
Report hooks for Criterion
- Host: GitHub
- URL: https://github.com/codewars/criterion-hooks
- Owner: codewars
- License: mit
- Created: 2022-03-09T19:34:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T00:58:55.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T05:36:13.344Z (about 1 year ago)
- Topics: code-runner, test-reporting
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Criterion Hooks
Report [hooks] for [Criterion].
## Dependencies
- Criterion [v2.3.3]
## Demo
- `make example-test` installs Criterion locally, compile the hooks, and example test.
- `make run-example` runs the example test with `-q -j1 --full-stats`.
## TODO
- [ ] Add proper tests to prevent regression
[Criterion]: https://criterion.readthedocs.io/en/v2.3.3
[hooks]: https://criterion.readthedocs.io/en/v2.3.3/hooks.html
[v2.3.3]: https://github.com/Snaipe/Criterion/releases/tag/v2.3.3