summaryrefslogtreecommitdiff
path: root/src/fuzz/meson.build
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2018-09-03 07:05:48 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2018-09-03 07:16:52 +0000
commit9cdea02db57a36442ad9e9afcd67760ca319173a (patch)
tree74fcb1330c3b82b026b484a893ae807b7353661d /src/fuzz/meson.build
parent21acb27b71f6284a57e4e9f3ac5f0d38721ef4eb (diff)
downloadsystemd-9cdea02db57a36442ad9e9afcd67760ca319173a.tar.gz
tests: add a fuzzer for server_process_native_message
Diffstat (limited to 'src/fuzz/meson.build')
-rw-r--r--src/fuzz/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fuzz/meson.build b/src/fuzz/meson.build
index 28770b68b8..5a97ef5091 100644
--- a/src/fuzz/meson.build
+++ b/src/fuzz/meson.build
@@ -19,6 +19,11 @@ fuzzers += [
libshared],
[libmount]],
+ [['src/fuzz/fuzz-journald-native.c'],
+ [libjournal_core,
+ libshared],
+ [libselinux]],
+
[['src/fuzz/fuzz-journald-syslog.c'],
[libjournal_core,
libshared],