[systemd-devel] [PATCH v2 07/26] build: Add DHCP option test

Patrik Flykt patrik.flykt at linux.intel.com
Sun Nov 24 23:13:23 PST 2013


---
 Makefile.am |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 64d4b34..cd540ab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3749,6 +3749,15 @@ endif
 
 # ------------------------------------------------------------------------------
 if ENABLE_DHCP
+test_dhcp_option_SOURCES = \
+	src/dhcp/protocol.h \
+	src/dhcp/internal.h \
+	src/dhcp/option.c \
+	src/dhcp/test-dhcp-option.c
+
+test_dhcp_option_LDADD = \
+	libsystemd-shared.la
+
 test_dhcp_client_SOURCES = \
 	src/dhcp/protocol.h \
 	src/systemd/sd-dhcp-client.h \
@@ -3759,6 +3768,7 @@ test_dhcp_client_LDADD = \
 	libsystemd-shared.la
 
 tests += \
+	test-dhcp-option \
 	test-dhcp-client
 endif
 
-- 
1.7.10.4



More information about the systemd-devel mailing list