mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add forked and maintained extension in php-src from GCOV
The libbcmath, libmagic libmbfl and libxmlrpc are maintained in php-src, so we should ensure these with tests.
This commit is contained in:
parent
ea01d7837c
commit
2970989ed9
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ php_lcov.info: lcov-test
|
||||||
cp $$x.bbg lcov_data/$$y.bbg ; \
|
cp $$x.bbg lcov_data/$$y.bbg ; \
|
||||||
fi; \
|
fi; \
|
||||||
done; \
|
done; \
|
||||||
for dir in ext/bcmath/libbcmath ext/date/lib ext/fileinfo/libmagic ext/gd/libgd ext/mbstring/libmbfl ext/mbstring/oniguruma ext/pcre/pcre2lib ext/xmlrpc/libxmlrpc ext/zip/lib; do \
|
for dir in ext/date/lib ext/fileinfo/libmagic ext/gd/libgd ext/mbstring/oniguruma ext/pcre/pcre2lib ext/zip/lib; do \
|
||||||
if test -d lcov_data/$$dir; then \
|
if test -d lcov_data/$$dir; then \
|
||||||
rm -rf lcov_data/$$dir ; \
|
rm -rf lcov_data/$$dir ; \
|
||||||
fi; \
|
fi; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue