From: Evgeny Vereshchagin Date: Fri, 31 Dec 2021 23:12:36 +0000 (+0000) Subject: tests: run nss-{users|hosts} by default X-Git-Tag: v251-rc1~601^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=637ccd2fa42886d2c5b11f3f7a8aafaa9800d96d;p=thirdparty%2Fsystemd.git tests: run nss-{users|hosts} by default to prevent issues like https://github.com/systemd/systemd/issues/21935 by testing the code under ASan/UBSan --- diff --git a/src/test/meson.build b/src/test/meson.build index 364cd3dd3fd..97e9ac89098 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -608,14 +608,14 @@ tests += [ 'src/test/nss-test-util.h'], [], [libdl], - [], 'ENABLE_NSS', 'manual'], + [], 'ENABLE_NSS'], [['src/test/test-nss-users.c', 'src/test/nss-test-util.c', 'src/test/nss-test-util.h'], [], [libdl], - [], 'ENABLE_NSS', 'manual'], + [], 'ENABLE_NSS'], [['src/test/test-bus-util.c']],