diff options
| author | Roland Reichwein <mail@reichwein.it> | 2021-02-06 17:41:09 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2021-02-06 17:41:09 +0100 | 
| commit | 21f54c28f899f5510c8d92fe7393b45f91e2b839 (patch) | |
| tree | 4cf9479733e784643f7bc39fc2c52779bcefd6dd /Makefile | |
| parent | 58eac47439c2de9e6b460f5ac8dc4a0c9fa9872f (diff) | |
Cleanup: Replace google test with boost test
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 | 
1 files changed, 0 insertions, 5 deletions
@@ -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 \  | 
