~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to common/coverage/lcov.mak

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-19 14:32:43 UTC
  • mfrom: (18.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110719143243-p7pnkh45akfp0ihk
Tags: 0.10.22-2ubuntu1
* Rebased on debian unstable, remaining changes:
  - debian/gstreamer-plugins-bad.install
    * don't include dtmf, liveadder, rtpmux, autoconvert and shm, we include 
      them in -good

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
lcov-report:
23
23
        mkdir lcov
24
24
        lcov --compat-libtool --directory . --capture --output-file lcov/lcov.info
25
 
        lcov -l lcov/lcov.info | grep -v "`cd $(top_srcdir) && pwd`" | cut -d: -f1 > lcov/remove
26
 
        lcov -l lcov/lcov.info | grep "tests/check/" | cut -d: -f1 >> lcov/remove
 
25
        lcov --list-full-path -l lcov/lcov.info | grep -v "`cd $(top_srcdir) && pwd`" | cut -d\| -f1 > lcov/remove
 
26
        lcov --list-full-path -l lcov/lcov.info | grep "tests/check/" | cut -d\| -f1 >> lcov/remove
 
27
        lcov --list-full-path -l lcov/lcov.info | grep "docs/plugins/" | cut -d\| -f1 >> lcov/remove
27
28
        lcov -r lcov/lcov.info `cat lcov/remove` > lcov/lcov.cleaned.info
28
29
        rm lcov/remove
29
30
        mv lcov/lcov.cleaned.info lcov/lcov.info