]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: disable "slow tests" too when tests are generally disabled
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 12 Sep 2018 09:02:58 +0000 (11:02 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 13 Sep 2018 10:07:34 +0000 (12:07 +0200)
commitd3da291eb071ce35f530fda690a300e44b99b53e
tree0f36ca637c5683ba87f60e06434eec584255dc23
parentf57d003cb6ccda702d2777aa2bfe3907fd683091
meson: disable "slow tests" too when tests are generally disabled

We would have a strange situation where after setting -Dslow-tests=true -Dtests=false
we'd get mostly the slow tests (plus some other ones which I'll fix in
subsequent commit). Let's simplify things by making -Dtests=false just
disable those tests too.
meson.build