aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest/Makefile')
-rw-r--r--test/gtest/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gtest/Makefile b/test/gtest/Makefile
index e980c23..2f7b800 100644
--- a/test/gtest/Makefile
+++ b/test/gtest/Makefile
@@ -95,6 +95,7 @@ CXXFLAGS += $(EXTRA_CFLAGS)
LDFLAGS += -lstdc++
LDFLAGS += -L$(GMOCK_DIR) -L$(GMOCK_DIR)/../lib -lgmock
+LDLIBS += -L$(GMOCK_DIR)/gtest -L$(GMOCK_DIR)/../lib -lgtest
LDLIBS += -whole-archive -ltle_l4p -ltle_dring
include $(TLDK_ROOT)/mk/tle.cpp-obj.mk