Skip to content

Commit 637ccd2

Browse files
committed
tests: run nss-{users|hosts} by default
to prevent issues like systemd#21935 by testing the code under ASan/UBSan
1 parent 63e10c0 commit 637ccd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,14 +608,14 @@ tests += [
608608
'src/test/nss-test-util.h'],
609609
[],
610610
[libdl],
611-
[], 'ENABLE_NSS', 'manual'],
611+
[], 'ENABLE_NSS'],
612612

613613
[['src/test/test-nss-users.c',
614614
'src/test/nss-test-util.c',
615615
'src/test/nss-test-util.h'],
616616
[],
617617
[libdl],
618-
[], 'ENABLE_NSS', 'manual'],
618+
[], 'ENABLE_NSS'],
619619

620620
[['src/test/test-bus-util.c']],
621621

0 commit comments

Comments
 (0)