https://github.com/codeintelligencetesting/cifuzz-meson-example
https://github.com/codeintelligencetesting/cifuzz-meson-example
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeintelligencetesting/cifuzz-meson-example
- Owner: CodeIntelligenceTesting
- Created: 2022-10-19T09:53:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T21:56:27.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T13:35:56.476Z (8 months ago)
- Language: C++
- Size: 4.88 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cifuzz-meson-example
The project can be used as a reference for the usage of the new CLI cifuzz with meson. To start the fuzz target with cifuzz do:
```
git clone https://github.com/CodeIntelligenceTesting/cifuzz-meson-example.git
cd cifuzz-meson-example
cifuzz run my_fuzz_test
```