chiark / gitweb /
journal: make the compression threshold tunable
authorAlex Gartrell <agartrell@fb.com>
Tue, 27 Feb 2018 17:37:23 +0000 (09:37 -0800)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
Allow a user to set a number of bytes as Compress to use as the compression
threshold.

src/test/meson.build

index 5cc5c4fb0429a89d062c32946a1eeaa1ea0280bb..823fcb15c48ecfa479a821d7f389e82054448219 100644 (file)
@@ -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],