Skip to content
Snippets Groups Projects
Verified Commit 7b47f72e authored by Petr Špaček's avatar Petr Špaček
Browse files

build: detect presence of lcov and luacov

parent 9d550f8d
Branches
Tags
1 merge request!403Updated config tests, fixing code coverage for C and Lua
Pipeline #26527 passed with stages
in 3 minutes and 4 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment