test/fuzzer: a simple fuzzer using libFuzzer

This commit adds some basic infrastructure for fuzzers, and adds a
fuzzer for the CUE sheet parser.
This commit is contained in:
Max Kellermann
2020-10-05 19:46:18 +02:00
parent 8358b34efa
commit dffd5831f8
4 changed files with 48 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ option('systemd_user_unit_dir', type: 'string', description: 'systemd user servi
#
option('test', type: 'boolean', value: false, description: 'Build the unit tests and debug programs')
option('fuzzer', type: 'boolean', value: false, description: 'Build fuzzers (requires libFuzzer)')
#
# Android