summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-10-05 19:46:18 +0200
committerMax Kellermann <max@musicpd.org>2020-10-05 20:25:26 +0200
commitdffd5831f83e31b7d07962d69922d64131c6880a (patch)
tree0aab38c13ff70859eaa0cbfa0cf6b1e1a9a42bcf /meson_options.txt
parent8358b34efa8489617440ea7bb277d72cc26182f7 (diff)
test/fuzzer: a simple fuzzer using libFuzzer
This commit adds some basic infrastructure for fuzzers, and adds a fuzzer for the CUE sheet parser.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 992cffd36..a1c5ec1ed 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -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