]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tests: run nss-{users|hosts} by default
authorEvgeny Vereshchagin <evvers@ya.ru>
Fri, 31 Dec 2021 23:12:36 +0000 (23:12 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sun, 2 Jan 2022 20:37:59 +0000 (20:37 +0000)
to prevent issues like https://github.com/systemd/systemd/issues/21935
by testing the code under ASan/UBSan

src/test/meson.build

index 364cd3dd3fd6b463fcb21b600983ab54c68a5f94..97e9ac89098bd50776ffd9718ef19a7597c6396d 100644 (file)
@@ -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']],