Skip to content

Commit

Permalink
Replace IMPL_FILES with SOURCE_FILES
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia committed Aug 2, 2024
1 parent cd708d3 commit c833fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ coverage: tests_cov
@LLVM_PROFILE_FILE="ckzg.profraw" ./$<
@$(XCRUN) llvm-profdata merge --sparse ckzg.profraw -o ckzg.profdata
@$(XCRUN) llvm-cov show --instr-profile=ckzg.profdata --format=html \
$< $(IMPL_FILES) > coverage.html
$< $(SOURCE_FILES) > coverage.html
@$(XCRUN) llvm-cov report --instr-profile=ckzg.profdata \
--show-functions $< $(IMPL_FILES)
--show-functions $< $(SOURCE_FILES)

###############################################################################
# Profile
Expand Down

0 comments on commit c833fca

Please sign in to comment.