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 --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9a979df..0cec83d 100644 --- a/Makefile +++ b/Makefile @@ -68,9 +68,6 @@ $(PLUGINS): %.o: %.cpp %.d $(CXX) $(CXXFLAGS) -c $< -o $@ -googletest/src/%.o: googletest/src/%.cc - $(CXX) $(CXXFLAGS) $(CXXTESTFLAGS) -c $< -o $@ - # dependencies ADD_DEP=Makefile @@ -146,8 +143,6 @@ DISTFILES= \ LICENSE.txt \ Makefile \ common.mk \ - googletest \ - googlemock \ debian/changelog \ debian/compat \ debian/control \ -- cgit v1.2.3