conan-io / conan-center-index

Recipes for the ConanCenter repository
https://conan.io/center
MIT License
929 stars 1.67k forks source link

[request] fuzztest/cci.20240229 #22933

Open phallot opened 5 months ago

phallot commented 5 months ago

Package Name/Version

cci.20240229

Webpage

https://github.com/google/fuzztest

Source code

https://github.com/google/fuzztest

Description of the library/tool

FuzzTest is a C++ testing framework for writing and executing fuzz tests, which are property-based tests executed using coverage-guided fuzzing under the hood.
It is our [Google's] latest fuzz testing technology and the successor of previously used fuzzing tools, such as libFuzzer. It allows you to write powerful fuzz tests more easily than with previously used fuzz targets. You can use it together with GoogleTest, or other unit testing frameworks, allowing you to write fuzz test side by side with regular unit tests, and just as easily.

Ahajha commented 4 months ago

I'm looking into this, seems doable but likely requires some updates to some other packages first.

Ahajha commented 4 months ago

Recipe has a ways to go, but I opened #22995 for this.