summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorAlex Gartrell <agartrell@fb.com>2018-02-27 09:37:23 -0800
committerAlex Gartrell <agartrell@fb.com>2018-03-20 14:54:07 -0700
commit1b7cf0e5879ec04cb372766385228e8fb75e5500 (patch)
treea9980b9f4d5fa9f5818542e7a4a5548fd74d84f9 /src/test/meson.build
parent57850536d501376feb46fe908418937376efe85f (diff)
downloadsystemd-1b7cf0e5879ec04cb372766385228e8fb75e5500.tar.gz
systemd-1b7cf0e5879ec04cb372766385228e8fb75e5500.tar.bz2
systemd-1b7cf0e5879ec04cb372766385228e8fb75e5500.zip
journal: make the compression threshold tunable
Allow a user to set a number of bytes as Compress to use as the compression threshold.
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index e45618ef88..205a09d62a 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -725,6 +725,13 @@ tests += [
libxz,
liblz4]],
+ [['src/journal/test-journal-config.c'],
+ [libjournal_core,
+ libshared],
+ [libxz,
+ liblz4,
+ libselinux]],
+
[['src/journal/test-journal-verify.c'],
[libjournal_core,
libshared],