diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2019-05-05 19:28:42 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2019-05-07 21:39:01 +0000 |
commit | 87ac55a12996dbe20ac3f67f2a3b47e650f740e2 (patch) | |
tree | 6b117ab3ccad1c93b571bdcb0da689c8985bfcd0 /meson_options.txt | |
parent | 717e8eda77b93ac396dc7ed325d5bcc61dfe2fa8 (diff) | |
download | systemd-87ac55a12996dbe20ac3f67f2a3b47e650f740e2.tar.gz systemd-87ac55a12996dbe20ac3f67f2a3b47e650f740e2.tar.bz2 systemd-87ac55a12996dbe20ac3f67f2a3b47e650f740e2.zip |
tests: hook up fuzz targets to FuzzBuzz
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
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') |