[systemd-devel] [PATCH v3 07/26] build: Add DHCP option test
Patrik Flykt
patrik.flykt at linux.intel.com
Mon Dec 9 13:43:13 PST 2013
---
Makefile.am | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 4e13370..5794380 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3837,6 +3837,15 @@ lib_LTLIBRARIES += \
endif
# ------------------------------------------------------------------------------
+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 \
@@ -3847,6 +3856,7 @@ test_dhcp_client_LDADD = \
libsystemd-shared.la
tests += \
+ test-dhcp-option \
test-dhcp-client
# ------------------------------------------------------------------------------
--
1.7.10.4
More information about the systemd-devel
mailing list