summaryrefslogtreecommitdiffhomepage
path: root/tests/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2021-02-06 17:41:09 +0100
committerRoland Reichwein <mail@reichwein.it>2021-02-06 17:41:09 +0100
commit21f54c28f899f5510c8d92fe7393b45f91e2b839 (patch)
tree4cf9479733e784643f7bc39fc2c52779bcefd6dd /tests/Makefile
parent58eac47439c2de9e6b460f5ac8dc4a0c9fa9872f (diff)
Cleanup: Replace google test with boost test
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)