summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-12-08 16:00:28 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-12-08 16:00:28 +0000
commit25670c59d320a853fa69a805c1d54617a3f6197e (patch)
tree2b74404a5f25c7fcd9edb43bf474fe18cf7c00c0
parentb30602b78b56c1cc3195b87a094d5f67776da9a3 (diff)
downloadphp-git-25670c59d320a853fa69a805c1d54617a3f6197e.tar.gz
Final fix for gcov generation.
-rw-r--r--Makefile.gcov2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.gcov b/Makefile.gcov
index d19c8e449e..4276bd85f8 100644
--- a/Makefile.gcov
+++ b/Makefile.gcov
@@ -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"
diff --git a/configure.in b/configure.in
index 36e066a369..23b5886d99 100644
--- a/configure.in
+++ b/configure.in
@@ -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)