diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2013-12-09 23:43:13 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-12 11:43:33 -0500 |
commit | 78628cd27355a157bf44df1cb91f782150a7ca20 (patch) | |
tree | 4307311fe1ea46098b701b5558af1036e14f3aec /Makefile.am | |
parent | a0ae95c9be347c1e7fbfe4977f35bfd92775eeb6 (diff) |
build: Add DHCP option test
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9b5c49624d..6d1e27b83b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3847,8 +3847,17 @@ lib_LTLIBRARIES += \ endif # ------------------------------------------------------------------------------ +test_dhcp_option_SOURCES = \ + src/libsystemd-dhcp/dhcp-protocol.h \ + src/libsystemd-dhcp/dhcp-internal.h \ + src/libsystemd-dhcp/dhcp-option.c \ + src/libsystemd-dhcp/test-dhcp-option.c + +test_dhcp_option_LDADD = \ + libsystemd-shared.la + test_dhcp_client_SOURCES = \ - src/libsystemd-dhcp/protocol.h \ + src/libsystemd-dhcp/dhcp-protocol.h \ src/systemd/sd-dhcp-client.h \ src/libsystemd-dhcp/dhcp-client.c \ src/libsystemd-dhcp/test-dhcp-client.c @@ -3857,6 +3866,7 @@ test_dhcp_client_LDADD = \ libsystemd-shared.la tests += \ + test-dhcp-option \ test-dhcp-client # ------------------------------------------------------------------------------ |