summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2016-02-18 10:33:39 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2016-02-18 10:33:39 +0100
commit8ac0402c06097ef5f3d79186f8fa6252f1b525dc (patch)
treed11da85d3560c8ef556b63fb195d57ad774f1ca5
parent5031c4e21b4379c1824033be675517978090fd36 (diff)
parente49a8dcc296a218d8fdb09cb86a671ec89c93a6f (diff)
Merge pull request #2652 from filbranden/testsresolved1
Do not build tests that depend on resolved when it has been disabled
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 8c151f538f..9ffa40bbd7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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