- # ------------------------------------------------------------------------------
- # lcov cobertura ルール
- # ------------------------------------------------------------------------------
- .PHONY: lcov-cobertura
- lcov-cobertura: lcov
- @for subdir in $(SUBDIRS); do \
- $(MAKE) lcov-cobertura -C $$subdir; \
- done
- ifeq ($(strip $(TARGET)),ut.exe)
- $(LCOV_COBERTURA) $(LCOV_COBERTURA_INFO) -b `pwd` -o $(LCOV_COBERTURA_REPORT_DIR)/lcov-coverage.xml
- endif