summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJonathan Rudenberg <jonathan@titanous.com>2018-01-13 19:51:07 -0500
committerJonathan Rudenberg <jonathan@titanous.com>2018-01-17 13:57:06 -0500
commit7db7d5b73368fde010a258a5b2c48faf0d3e82c8 (patch)
tree61a751696af8f102076b7228ec1af7829ab4f416 /meson_options.txt
parent52ffb3d2e9763bbb0dc3ed416b85d0f01900cad6 (diff)
downloadsystemd-7db7d5b73368fde010a258a5b2c48faf0d3e82c8.tar.gz
systemd-7db7d5b73368fde010a258a5b2c48faf0d3e82c8.tar.bz2
systemd-7db7d5b73368fde010a258a5b2c48faf0d3e82c8.zip
fuzz: add initial fuzzing infrastructure
The fuzzers will be used by oss-fuzz to automatically and continuously fuzz systemd. This commit includes the build tooling necessary to build fuzz targets, and a fuzzer for the DNS packet parser.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index af8be576a1..9e7cad7471 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -291,3 +291,6 @@ option('slow-tests', type : 'boolean', value : 'false',
description : 'run the slow tests by default')
option('install-tests', type : 'boolean', value : 'false',
description : 'install test executables')
+
+option('oss-fuzz', type : 'boolean', value : 'false',
+ description : 'build against oss-fuzz')