mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-08-25 13:50:12 +03:00
Merge pull request #2652 from filbranden/testsresolved1
Do not build tests that depend on resolved when it has been disabled
This commit is contained in:
@ -1476,8 +1476,6 @@ tests += \
|
||||
test-af-list \
|
||||
test-arphrd-list \
|
||||
test-dns-domain \
|
||||
test-dns-packet \
|
||||
test-resolve-tables \
|
||||
test-install-root \
|
||||
test-rlimit-util \
|
||||
test-signal-util
|
||||
@ -5208,6 +5206,8 @@ bin_PROGRAMS += \
|
||||
systemd-resolve
|
||||
|
||||
tests += \
|
||||
test-dns-packet \
|
||||
test-resolve-tables \
|
||||
test-dns-domain \
|
||||
test-dnssec
|
||||
|
||||
|
Reference in New Issue
Block a user