mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 04:53:37 +00:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user