nlopess                                  Mon, 25 Jan 2010 22:44:07 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=294022

Log:
Daniel Convissor wants to test ext/date/lib, so enable code coverage data for 
him

Changed paths:
    U   php/php-src/branches/PHP_5_3/Makefile.gcov

Modified: php/php-src/branches/PHP_5_3/Makefile.gcov
===================================================================
--- php/php-src/branches/PHP_5_3/Makefile.gcov  2010-01-25 22:43:29 UTC (rev 
294021)
+++ php/php-src/branches/PHP_5_3/Makefile.gcov  2010-01-25 22:44:07 UTC (rev 
294022)
@@ -61,7 +61,7 @@
                test -f "$$x.bb"   && cp $$x.bb   lcov_data/$$y.bb ; \
                test -f "$$x.bbg"  && cp $$x.bbg  lcov_data/$$y.bbg ; \
        done
-       for dir in ext/bcmath/libbcmath ext/date/lib ext/fileinfo/libmagic 
ext/gd/libgd ext/mbstring/libmbfl ext/mbstring/oniguruma ext/pcre/pcrelib 
ext/pdo_sqlite/libsqlite ext/sqlite/libsqlite ext/sqlite3/libsqlite 
ext/xmlrpc/libxmlrpc ext/zip/lib; do \
+       for dir in ext/bcmath/libbcmath ext/fileinfo/libmagic ext/gd/libgd 
ext/mbstring/libmbfl ext/mbstring/oniguruma ext/pcre/pcrelib 
ext/pdo_sqlite/libsqlite ext/sqlite/libsqlite ext/sqlite3/libsqlite 
ext/xmlrpc/libxmlrpc ext/zip/lib; do \
                test -d lcov_data/$$dir && rm -rf lcov_data/$$dir ; \
        done
        @echo

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to