summaryrefslogtreecommitdiff
path: root/src/fuzz/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-10-30 14:51:55 +0100
committerGitHub <noreply@github.com>2018-10-30 14:51:55 +0100
commit8cb17a64c4d7a1a1588ada8c7f1432f937d2f0e6 (patch)
treeb28e7e8090d5c5c9ec4777a3d5fd460b698a927a /src/fuzz/meson.build
parent0d1a2be93e16aa03026f1c36e81951097e8dad2c (diff)
parent029427043b2e0523a21f54374f872b23cf744350 (diff)
downloadsystemd-8cb17a64c4d7a1a1588ada8c7f1432f937d2f0e6.tar.gz
Merge pull request #10563 from keszybz/lz4-quickfix-quickfix
journal: adapt for new improved LZ4_decompress_safe_partial()
Diffstat (limited to 'src/fuzz/meson.build')
-rw-r--r--src/fuzz/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fuzz/meson.build b/src/fuzz/meson.build
index ab92fe2548..f1f1db2181 100644
--- a/src/fuzz/meson.build
+++ b/src/fuzz/meson.build
@@ -67,4 +67,8 @@ fuzzers += [
[libsystemd_journal_remote,
libshared],
[]],
+
+ [['src/fuzz/fuzz-compress.c'],
+ [libshared],
+ []],
]