Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimporter/caliber
A mettle-based compilation-test framework
https://github.com/jimporter/caliber
c-plus-plus compilation-testing mettle testing
Last synced: 25 days ago
JSON representation
A mettle-based compilation-test framework
- Host: GitHub
- URL: https://github.com/jimporter/caliber
- Owner: jimporter
- License: bsd-3-clause
- Created: 2014-10-11T19:35:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T17:51:16.000Z (4 months ago)
- Last Synced: 2024-10-22T06:44:50.464Z (2 months ago)
- Topics: c-plus-plus, compilation-testing, mettle, testing
- Language: C++
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# caliber
[![Build status][ci-image]][ci-link]
**caliber** is a work-in-progress [mettle][mettle]-based test framework designed
to test code compilation.## License
This library is licensed under the [BSD 3-Clause license](LICENSE).
[ci-image]: https://github.com/jimporter/caliber/actions/workflows/build.yml/badge.svg
[ci-link]: https://github.com/jimporter/caliber/actions/workflows/build.yml?query=branch%3Amaster
[mettle]: https://github.com/jimporter/mettle