summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-05-05 19:28:42 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2019-05-07 21:39:01 +0000
commit87ac55a12996dbe20ac3f67f2a3b47e650f740e2 (patch)
tree6b117ab3ccad1c93b571bdcb0da689c8985bfcd0 /meson_options.txt
parent717e8eda77b93ac396dc7ed325d5bcc61dfe2fa8 (diff)
downloadsystemd-87ac55a12996dbe20ac3f67f2a3b47e650f740e2.tar.gz
tests: hook up fuzz targets to FuzzBuzz
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d4ec37dda2..c1cb4617d0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -329,3 +329,9 @@ option('oss-fuzz', type : 'boolean', value : 'false',
description : 'build against oss-fuzz')
option('llvm-fuzz', type : 'boolean', value : 'false',
description : 'build against LLVM libFuzzer')
+option('fuzzbuzz', type : 'boolean', value : 'false',
+ description : 'build against FuzzBuzz')
+option('fuzzbuzz-engine', type : 'string',
+ description : 'the name of the FuzzBuzz fuzzing engine')
+option('fuzzbuzz-engine-dir', type : 'string',
+ description : 'the directory where the FuzzBuzz fuzzing engine is')