summaryrefslogtreecommitdiffhomepage
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 8529d6d..1785e09 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -4,7 +4,7 @@ PROJECTNAME=test-webserver
CXXFLAGS+= -I. -fPIE
-CXXTESTFLAGS=-I../googletest/include -I../googlemock/include/ -I../googletest -I../googlemock
+CXXTESTFLAGS=
LIBS=\
-lcommon \
@@ -21,8 +21,6 @@ LDFLAGS+=-pie -L../libcommon
TESTSRC=\
test-webserver.cpp \
- ../googlemock/src/gmock-all.cpp \
- ../googletest/src/gtest-all.cpp \
$(PROGSRC)
build: $(PROJECTNAME)