mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 16:58:00 +02:00
lcov: use builddir, not srcdir
It seems lcov (or gcc?) has changed its paths since last time this worked. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88808 Reviewed-by: Philip Withnall
This commit is contained in:
parent
7cf5d2fac4
commit
1acc7b09ed
1 changed files with 2 additions and 2 deletions
|
|
@ -21,10 +21,10 @@
|
|||
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
lcov-reset:
|
||||
lcov --directory @abs_top_srcdir@ --zerocounters
|
||||
lcov --directory @abs_top_builddir@ --zerocounters
|
||||
|
||||
lcov-report:
|
||||
lcov --directory @abs_top_srcdir@ --capture \
|
||||
lcov --directory @abs_top_builddir@ --capture \
|
||||
--output-file @abs_top_builddir@/lcov.info
|
||||
$(mkdir_p) @abs_top_builddir@/lcov.html
|
||||
git_commit=`GIT_DIR=@abs_top_srcdir@/.git git log -1 --pretty=format:%h 2>/dev/null`;\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue