From: Djalal Harouni Date: Sun, 21 May 2017 05:14:21 +0000 (+0200) Subject: Merge pull request #5990 from keszybz/logind X-Git-Tag: v234~181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a093ea24662b060c59bef7194cac3ebd27f94df;p=thirdparty%2Fsystemd.git Merge pull request #5990 from keszybz/logind A bunch of sd-login improvements --- 7a093ea24662b060c59bef7194cac3ebd27f94df diff --cc src/test/meson.build index 0324e3451a5,6573bed00f2..892d2929eef --- a/src/test/meson.build +++ b/src/test/meson.build @@@ -790,18 -786,9 +790,17 @@@ tests += [['src/libsystemd/sd-login/test-login.c'], [], - [], - '', 'manual'], + []], ] +if cxx.found() + tests += [ + [['src/libsystemd/sd-bus/test-bus-vtable-cc.cc'], + [], + []] + ] +endif + ############################################################ tests += [