[Fuzzing] oss-fuzz support for fuzzing (#2283)

* [Fuzzing] oss-fuzz support for fuzzing

Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>

* [Fuzzing] fix error 2284

Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>

---------

Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
This commit is contained in:
Arjun
2023-05-05 13:50:11 +05:30
committed by GitHub
parent 0c3fd10c24
commit 1f078cb3c6
8 changed files with 197 additions and 0 deletions

View File

@@ -131,6 +131,11 @@ if build_tests
subdir('tests')
endif
# Check if the 'fuzzing' option is defined
if get_option('fuzzing')
subdir('tests/fuzzing')
endif
message('\n'.join([
'',
' prefix: ' + prefix,