diff options
| author | Patrick Venture <venture@google.com> | 2018-12-06 10:24:44 -0800 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2018-12-06 10:24:44 -0800 |
| commit | 4cf398618a1eea41205437a6ecceb2911bc13d18 (patch) | |
| tree | 78e527d15d85e0594273d07a198ce5adb07306a1 /test | |
| parent | f77ecc7bca600a228509e87ae348b2c3aecc7057 (diff) | |
| download | phosphor-pid-control-4cf398618a1eea41205437a6ecceb2911bc13d18.tar.gz phosphor-pid-control-4cf398618a1eea41205437a6ecceb2911bc13d18.zip | |
test: add phosphor-logging to test make
The tests now require phosphor-logging to be included as a library.
Change-Id: Ie85d7bc9f6ff687f80064c2a499e934f7bcf2616
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 31e6142..c46284f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,13 +2,15 @@ AM_CPPFLAGS = -I$(top_srcdir)/ $(GTEST_CFLAGS) $(GMOCK_CFLAGS) AM_CXXFLAGS = \ $(GTEST_MAIN_CFLAGS) \ $(SDBUSPLUS_CFLAGS) \ - $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) + $(PHOSPHOR_DBUS_INTERFACES_CFLAGS) \ + $(PHOSPHOR_LOGGING_CFLAGS) AM_LDFLAGS = \ $(GMOCK_LIBS) \ $(GTEST_MAIN_LIBS) \ $(OESDK_TESTCASE_FLAGS) \ $(SDBUSPLUS_LIBS) \ - $(PHOSPHOR_DBUS_INTERFACES_LIBS) + $(PHOSPHOR_DBUS_INTERFACES_LIBS) \ + $(PHOSPHOR_LOGGING_LIBS) # Run all 'check' test programs check_PROGRAMS = sensor_manager_unittest sensor_pluggable_unittest \ |

