]> granicus.if.org Git - php/commitdiff
Final fix for gcov generation.
authorIlia Alshanetsky <iliaa@php.net>
Thu, 8 Dec 2005 16:00:28 +0000 (16:00 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 8 Dec 2005 16:00:28 +0000 (16:00 +0000)
Makefile.gcov
configure.in

index d19c8e449efa2c6b050640c53731d839e6d593c0..4276bd85f8550a44c8e9760a539cf269e9ab8115 100644 (file)
@@ -57,7 +57,7 @@ php_lcov.info: lcov-test
        done
        @echo 
        @echo "Generating $@"
-       @$(LTP) --directory lcov_data/ --capture --output-file $@ --test-name PHP_LCOV
+       @$(LTP) --directory lcov_data/ --capture --base-directory=lcov_data --output-file $@
 
 lcov-html: php_lcov.info
        @echo "Generating lcov HTML"
index 36e066a36926b00c34e976b7d27cd5891b00aa47..23b5886d99a4c43dcc6be2590a37861b1ea9c1dd 100644 (file)
@@ -617,7 +617,7 @@ if test "$PHP_GCOV" = "yes"; then
     AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.])
   fi
   
-  ltp_version_list="1.4"
+  ltp_version_list="1.5"
 
   AC_CHECK_PROG(LTP, lcov, lcov)
   AC_CHECK_PROG(LTP_GENHTML, genhtml, genhtml)