]> granicus.if.org Git - php/commitdiff
fix coverage data for the opcache optimizer
authorNuno Lopes <nlopess@php.net>
Sun, 31 Mar 2013 19:43:08 +0000 (15:43 -0400)
committerNuno Lopes <nlopess@php.net>
Sun, 31 Mar 2013 19:43:08 +0000 (15:43 -0400)
Makefile.gcov

index 79d7a6d7190cdce3f57e24d0788768e961fca66f..37c1b4b44c29ce0a2a3b0471b7314bbfbf1a82ea 100644 (file)
@@ -14,7 +14,7 @@ php_lcov.info: lcov-test
        @rm -rf lcov_data/
        @$(mkinstalldirs) lcov_data/
        @echo
-       -@files=`find . -name \*.gcda -o -name \*.gcno -o -name \*.da -o -name \*.h | sed -e 's/^\.\///' | sed -e 's/\.gcda//g' -e 's/\.gcno//g' -e 's/\.da//g' | $(EGREP) $(LCOV_INCLUDE) | uniq` ;\
+       -@files=`find . -name \*.gcda -o -name \*.gcno -o -name \*.da -o -name \*.c -o -name \*.h | sed -e 's/^\.\///' | sed -e 's/\.gcda//g' -e 's/\.gcno//g' -e 's/\.da//g' | $(EGREP) $(LCOV_INCLUDE) | uniq` ;\
        for x in $$files; do \
                echo -n . ;\
                y=`echo $$x | sed -e 's!\.libs/!!'`; \