diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-02-18 10:33:39 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-02-18 10:33:39 +0100 |
commit | 8ac0402c06097ef5f3d79186f8fa6252f1b525dc (patch) | |
tree | d11da85d3560c8ef556b63fb195d57ad774f1ca5 | |
parent | 5031c4e21b4379c1824033be675517978090fd36 (diff) | |
parent | e49a8dcc296a218d8fdb09cb86a671ec89c93a6f (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.am | 4 |
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 |