Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragonmux/crunch
crunch your code. Crunch is a unit testing framework written for C and C++.
https://github.com/dragonmux/crunch
hacktoberfest
Last synced: about 2 months ago
JSON representation
crunch your code. Crunch is a unit testing framework written for C and C++.
- Host: GitHub
- URL: https://github.com/dragonmux/crunch
- Owner: dragonmux
- License: lgpl-3.0
- Created: 2013-09-03T17:47:57.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T18:56:58.000Z (2 months ago)
- Last Synced: 2024-11-01T03:32:49.677Z (2 months ago)
- Topics: hacktoberfest
- Language: C++
- Homepage:
- Size: 3.39 MB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# crunch
[![Build Linux](https://github.com/dragonmux/crunch/actions/workflows/build-linux.yml/badge.svg)](https://github.com/dragonmux/crunch/actions/workflows/build-linux.yml)
[![Build macOS](https://github.com/dragonmux/crunch/actions/workflows/build-macos.yml/badge.svg)](https://github.com/dragonmux/crunch/actions/workflows/build-macos.yml)
[![Build Windows](https://github.com/dragonmux/crunch/actions/workflows/build-windows.yml/badge.svg)](https://github.com/dragonmux/crunch/actions/workflows/build-windows.yml)
[![codecov](https://codecov.io/gh/dragonmux/crunch/branch/main/graph/badge.svg)](https://codecov.io/gh/dragonmux/crunch)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/dragonmux/crunch.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/dragonmux/crunch/alerts/)
[![Coverity Status](https://scan.coverity.com/projects/20294/badge.svg)](https://scan.coverity.com/projects/dx-mon-crunch)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](code_of_conduct.md)This is crunch v1.1.1
## crunch documentation
The crunch documentation can be found in the source tree at docs/, and read online at [crunch.rachelmant.com](https://crunch.rachelmant.com/).