mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
better report genration target (lcov needs a patch)
Original commit message from CVS: better report genration target (lcov needs a patch)
This commit is contained in:
parent
82a5239bfe
commit
e066e8b616
2 changed files with 6 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-07-05 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* Makefile.am:
|
||||
better report genration target (lcov needs a patch)
|
||||
|
||||
2005-07-05 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/elements, testsuite: Null if we got it...
|
||||
|
|
|
@ -110,11 +110,7 @@ coverage-report.txt:
|
|||
test-coverage-report.html:
|
||||
mkdir -p ./coverage
|
||||
lcov --directory . --zerocounters
|
||||
$(MAKE) check
|
||||
## workaround for lcov not liking libtool
|
||||
for file in `find . -name "*.da" | grep "\.libs" ` ;do \
|
||||
mv $$file `echo $$file | sed -e 's/\/\.libs//'`; \
|
||||
done
|
||||
-$(MAKE) check
|
||||
lcov --directory . --capture --output-file ./coverage/$(PACKAGE).info
|
||||
genhtml -o ./coverage --num-spaces 2 ./coverage/$(PACKAGE).info
|
||||
|
||||
|
|
Loading…
Reference in a new issue