Lines Matching full:coverage
20 # This file is the automake footer for all code-coverage related
24 # (automake in particular) such that 'make coverage' may be invoked
32 # coverage:
33 # Execute local and recursive coverage targets across the
38 # coverage-local:
39 # Execute local coverage targets at the current invocation point.
43 # coverage-recursive:
44 # Recursively execute the 'coverage' target across the
51 # targets at the current invocation point. Local coverage targets
53 # coverage targets are made.
58 .PHONY: coverage coverage-recursive coverage-local check-local
62 coverage: coverage-local target
64 coverage: coverage-recursive target
66 coverage: check-am target
68 coverage: $(BUILT_SOURCES) target
70 coverage-recursive: