]> git.saurik.com Git - apt.git/commit
Coverage: Do not print messages from gcov
authorJulian Andres Klode <jak@debian.org>
Sun, 11 Sep 2016 11:58:40 +0000 (13:58 +0200)
committerJulian Andres Klode <jak@debian.org>
Sun, 11 Sep 2016 15:44:17 +0000 (17:44 +0200)
commitbccb344412a0e97afdf0aaaf41a31124c84f6eaa
treec57341872a3d83bc5a01ea5b45d9b25d631afacc
parent422a2eba84361a8dfd84b549c13037512779c572
Coverage: Do not print messages from gcov

We need to ignore messages from gcov. All those messages
start with profiling: and are printed using vfprintf(), so
the only thing we can do is add a library overriding those
functions and linking apt-pkg to it.
apt-pkg/CMakeLists.txt
test/interactive-helper/CMakeLists.txt
test/interactive-helper/libnoprofile.c [new file with mode: 0644]