Skip to content

Commit

Permalink
Fixed typo in gcov output filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Alshanetsky committed Dec 9, 2005
1 parent cc96967 commit 5e9c655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.gcov
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ php_lcov.info: lcov-test

lcov-html: php_lcov.info
@echo "Generating lcov HTML"
@$(LTP_GENHTML) --legend --no-prefix --output-directory lcov_html/ --title "PHP Code Coverage" --show-details php_lcov.infoz
@$(LTP_GENHTML) --legend --no-prefix --output-directory lcov_html/ --title "PHP Code Coverage" --show-details php_lcov.info

lcov-clean:
rm -f php_lcov.info
Expand Down

0 comments on commit 5e9c655

Please sign in to comment.