An open API service indexing awesome lists of open source software.

https://github.com/codeintelligencetesting/cifuzz-meson-example


https://github.com/codeintelligencetesting/cifuzz-meson-example

Last synced: 4 months ago
JSON representation

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
```