From: Alex Gartrell Date: Tue, 27 Feb 2018 17:37:23 +0000 (-0800) Subject: journal: make the compression threshold tunable X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=533f6883b9e700c3289016f80fe6bd8ba1bfd00e;p=elogind.git journal: make the compression threshold tunable Allow a user to set a number of bytes as Compress to use as the compression threshold. --- 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],