diff options
| author | Ratan Gupta <ratagupt@in.ibm.com> | 2017-05-29 08:46:06 +0530 |
|---|---|---|
| committer | Ratan Gupta <ratagupt@in.ibm.com> | 2017-06-09 07:08:05 +0530 |
| commit | fc2c7242965ca5f8be8b59d22b0613ffabeaa6dc (patch) | |
| tree | 833aac0b1f9acb8eade290f3610de5e69d010447 /test | |
| parent | 233524cbf63a3277960148af672c36929fab09e2 (diff) | |
| download | phosphor-networkd-fc2c7242965ca5f8be8b59d22b0613ffabeaa6dc.tar.gz phosphor-networkd-fc2c7242965ca5f8be8b59d22b0613ffabeaa6dc.zip | |
Implement the ipaddress origin and gateway property
Resolves openbmc/openbmc#1590
Change-Id: I76328e596336f8b8f1394b1927d48ce52f819a66
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 1fd0f33..9736ccd 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -11,6 +11,7 @@ test_SOURCES = \ test_ethernet_interface.cpp test_CPPFLAGS = -Igtest $(GTEST_CPPFLAGS) $(AM_CPPFLAGS) + test_CXXFLAGS = $(PTHREAD_CFLAGS) \ $(SYSTEMD_CFLAGS) \ $(SDBUSPLUS_CFLAGS) \ @@ -28,6 +29,7 @@ test_LDADD = $(top_builddir)/ethernet_interface.cpp \ $(top_builddir)/network_manager.cpp \ $(top_builddir)/network_config.cpp \ $(top_builddir)/ipaddress.cpp \ + $(top_builddir)/routing_table.cpp \ $(top_builddir)/util.cpp \ $(top_builddir)/xyz/openbmc_project/Network/VLAN/Create/phosphor_network_manager-server.o \ $(top_builddir)/xyz/openbmc_project/Network/IP/Create/phosphor_network_manager-server.o |

