Skip to content

Is it possible to support Catch2 test framework? #2219

Answered by vanhauser-thc
qathy asked this question in Q&A
Discussion options

You must be logged in to vote

If you just instrument tests then you do not need to fuzz with coverage. I understand that instrumenting the whole program will slow the fuzzing down. you could create a CFG and just instrument the functions a test is calling. If that is not an option, sure base your tests as fuzzing harnesses, but you will have to instrument the whole base code (you can skip or just instrument specific extra libraries though)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@qathy
Comment options

@vanhauser-thc
Comment options

Answer selected by qathy
@qathy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants