From: Petr Špaček Date: Tue, 28 Nov 2017 12:18:04 +0000 (+0100) Subject: build: detect presence of lcov and luacov X-Git-Tag: v1.5.1~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b47f72e616a7a4ed5961220f039daea8c4ab45c;p=thirdparty%2Fknot-resolver.git build: detect presence of lcov and luacov --- diff --git a/Makefile b/Makefile index 40f47bbf4..3a177936a 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,8 @@ $(eval $(call find_lib,libedit)) $(eval $(call find_lib,libprotobuf-c,1)) $(eval $(call find_lib,libfstrm,0.2)) $(eval $(call find_bin,protoc-c)) +$(eval $(call find_bin,lcov)) +$(eval $(call find_bin,luacov)) # Lookup SONAME $(eval $(call find_soname,libknot)) @@ -135,6 +137,8 @@ info: $(info [$(HAS_libfstrm)] libfstrm (modules/dnstap)) $(info [$(HAS_libprotobuf-c)] libprotobuf-c (modules/dnstap)) $(info [$(HAS_protoc-c)] proto-c (modules/dnstap)) + $(info [$(HAS_lcov)] lcov (code coverage)) + $(info [$(HAS_luacov)] luacov (code coverage)) $(info ) # Verify required dependencies are met, as listed above