summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2014-06-19 15:39:12 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2014-06-19 15:44:43 +0300
commit813e3a6ffcd094696001716480bbd68008cc54c8 (patch)
treeb2fe662bca52596337b1a4476bbe80470910d001 /Makefile.am
parentf12abb48fc510b8b349c05e35ba048134debaf25 (diff)
sd-dhcp6-client: Add basic DHCPv6 test cases
Add test cases for basic DHCPv6 client handling, e.g. setting interface index, mac address and attaching event loop.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 71c16cbebb..2926e98d43 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2662,12 +2662,22 @@ test_icmp6_rs_LDADD = \
libsystemd-internal.la \
libsystemd-shared.la
+test_dhcp6_client_SOURCES = \
+ src/systemd/sd-dhcp6-client.h \
+ src/libsystemd-network/test-dhcp6-client.c
+
+test_dhcp6_client_LDADD = \
+ libsystemd-network.la \
+ libsystemd-internal.la \
+ libsystemd-shared.la
+
tests += \
test-dhcp-option \
test-dhcp-client \
test-dhcp-server \
test-ipv4ll \
- test-icmp6-rs
+ test-icmp6-rs \
+ test-dhcp6-client
# ------------------------------------------------------------------------------
if ENABLE_GTK_DOC