diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2019-05-05 21:28:42 +0200 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2019-05-07 23:39:01 +0200 |
commit | 87ac55a12996dbe20ac3f67f2a3b47e650f740e2 (patch) | |
tree | 6b117ab3ccad1c93b571bdcb0da689c8985bfcd0 /meson_options.txt | |
parent | Merge pull request #12475 from yuwata/network-fix-12452 (diff) | |
download | systemd-87ac55a12996dbe20ac3f67f2a3b47e650f740e2.tar.xz 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') |