From 21f54c28f899f5510c8d92fe7393b45f91e2b839 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 6 Feb 2021 17:41:09 +0100 Subject: Cleanup: Replace google test with boost test --- tests/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/Makefile') 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) -- cgit v1.2.3