summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-12-03 20:16:38 -0800
committerPatrick Venture <venture@google.com>2018-12-03 20:17:08 -0800
commite681bc4502b4af706bb5d3da08e710e2a286d663 (patch)
tree49acc95fa2bfb34657e8dcf4bed1e06c07843587 /test
parent59a6b1f27e83066baa6f3711c88d6a3b9a5c4d49 (diff)
downloadphosphor-logging-e681bc4502b4af706bb5d3da08e710e2a286d663.tar.gz
phosphor-logging-e681bc4502b4af706bb5d3da08e710e2a286d663.zip
test: use only one main library
Use only gtest_main or gmock_main. Change-Id: Ib6b8347560ff20d5d062baec807b1590050627c3 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 08a2537..e3468a3 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -22,7 +22,7 @@ test_cxxflags = \
test_ldflags = \
-lgtest_main -lgtest \
- -lgmock_main -lgmock \
+ -lgmock \
$(PTHREAD_LIBS) \
$(OESDK_TESTCASE_FLAGS) \
$(PHOSPHOR_DBUS_INTERFACES_LIBS) \
OpenPOWER on IntegriCloud