mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Refactoring, making error messages nicer, & lcov
Directory name for bro core coverage changed to "coverage", error messages made nicer. Use `make html` in testing/coverage to create logs in HTML format when lcov exists on the system.
This commit is contained in:
parent
4cdf1e39bb
commit
4ca4b05043
5 changed files with 35 additions and 9 deletions
|
@ -8,7 +8,7 @@ brief: make-brief coverage
|
|||
distclean:
|
||||
@rm -f coverage.log
|
||||
$(MAKE) -C btest $@
|
||||
$(MAKE) -C bro-core-coverage $@
|
||||
$(MAKE) -C coverage $@
|
||||
|
||||
make-verbose:
|
||||
@for repo in $(DIRS); do (cd $$repo && make -s ); done
|
||||
|
@ -23,5 +23,5 @@ coverage:
|
|||
@echo "Complete test suite code coverage:"
|
||||
@./scripts/coverage-calc "brocov.tmp.*" coverage.log `pwd`/../scripts
|
||||
@rm -f brocov.tmp.*
|
||||
@cd bro-core-coverage && make coverage
|
||||
@cd coverage && make coverage
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue