summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorAlex Gartrell <agartrell@fb.com>2018-02-27 09:37:23 -0800
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit533f6883b9e700c3289016f80fe6bd8ba1bfd00e (patch)
treee780ce53b5912a558cc6247862b197c17e5b4fd7 /src/test/meson.build
parent74f4f7cfe1207d2c135f0369cf1fcc73267e7a0b (diff)
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.build15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index 5cc5c4fb0..823fcb15c 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -707,6 +707,14 @@ tests += [
# [libdl],
# '', 'manual'],
#endif // 0
+
+ [['src/test/test-umount.c',
+ 'src/core/mount-setup.c',
+ 'src/core/mount-setup.h',
+ 'src/core/umount.c',
+ 'src/core/umount.h'],
+ [],
+ [libmount]],
]
############################################################
@@ -773,6 +781,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],