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:
Stefan Kost 2005-07-05 12:17:24 +00:00
parent 82a5239bfe
commit e066e8b616
2 changed files with 6 additions and 5 deletions

View file

@ -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...

View file

@ -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