Scheduling lcov code coverage script

Maarten Hoes hoes.maarten at gmail.com
Wed Dec 10 01:16:14 PST 2014


Hrm.


It appears I get the openldap build error when I do the build like this
(like it happens with the tb script) :

$ LDFLAGS+='-fprofile-arcs'
$ CFLAGS+='-fprofile-arcs -ftest-coverage'
$ CXXFLAGS+='-fprofile-arcs -ftest-coverage'
$ CPPFLAGS+='-fprofile-arcs -ftest-coverage'
$ export LDFLAGS CFLAGS CXXFLAGS CPPFLAGS
$ ./autogen.sh --enable-python=internal --disable-online-update
--without-system-libs --without-system-headers
$ make build-nocheck



But not when I do the build like this (like I do on the cmdline, or is done
in the lcov-report.sh script) :

$ LDFLAGS+='-fprofile-arcs' CFLAGS+='-fprofile-arcs -ftest-coverage'
CXXFLAGS+='-fprofile-arcs -ftest-coverage' \
CPPFLAGS+='-fprofile-arcs -ftest-coverage' ./autogen.sh
--enable-python=internal --disable-online-update \
--without-system-libs --without-system-headers
$ make build-nocheck


- Maarten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20141210/a9bfeb51/attachment.html>


More information about the LibreOffice mailing list