Newer
Older
snipet / project / trunk / config / cov-com.rule
Nomura Kei on 26 Aug 2022 488 bytes old svn data to git
# ==============================================================================
#  make rule カバレッジ
# ==============================================================================
#  カバレッジを生成するルール
# ------------------------------------------------------------------------------

$(COVREPORTDIR):
	$(MKDIR) -p $(COVREPORTDIR)

cov: $(COVREPORTDIR)
	@$(GCOV) -o $(OBJDIR) $(OBJDIR)/*.gcda > $(COVREPORTDIR)/report.txt
	@$(MV) *.gcov ./$(COVREPORTDIR)/