diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-03-30 12:38:05 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2023-03-30 13:19:30 +0000 |
commit | 3aefc983b5d73b2c822807b23be9f76a95b11139 (patch) | |
tree | 5150e42fc26238751baef6232b29ce41555e043b /meson_options.txt | |
parent | ea441d0f895c12405931ec80d23c49118a964268 (diff) |
sms-part-3gpp|cdma: new fuzzer tests
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 4181f9e5..2fb96040 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -100,3 +100,5 @@ option('man', type: 'boolean', value: true, description: 'build manual pages') option('gtk_doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation') option('bash_completion', type: 'boolean', value: true, description: 'install bash completion files') + +option('fuzzer', type: 'boolean', value: false, description: 'build fuzzer tests') |