summaryrefslogtreecommitdiff
path: root/coverage
AgeCommit message (Collapse)AuthorFilesLines
2009-04-04Whitespace cleanupsFelipe Contreras2-3/+2
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2008-01-20Use $(MAKE) instead of make to fix the build if GNU make is called something ↵Sebastian Dröge1-3/+3
else on the system. Original commit message from CVS: * check.mak: * coverage/lcov.mak: * gtk-doc-plugins.mak: * release.mak: Use $(MAKE) instead of make to fix the build if GNU make is called something else on the system. * m4/as-docbook.m4: Fix path for docbook.xsl if we have no /etc/xml/catalog and add a docbook-xsl search path for FreeBSD.
2008-01-09coverage/lcov.mak: Update coverage make-rules: use them conditionaly, use ↵Stefan Kost1-5/+18
libtool mode and use lcov to cleanup. Original commit message from CVS: * coverage/lcov.mak: Update coverage make-rules: use them conditionaly, use libtool mode and use lcov to cleanup.
2006-07-03coverage/lcov.mak: fix up rules to work with gst-python as well run "make ↵Thomas Vander Stichele1-4/+17
lcov" to test and generate the reports run ... Original commit message from CVS: * coverage/lcov.mak: fix up rules to work with gst-python as well run "make lcov" to test and generate the reports run "make lcov-reset" to redo it after that
2006-07-02add pkg stringThomas Vander Stichele1-1/+1
Original commit message from CVS: add pkg string
2006-07-02add an inspect target that inspects every element feature, so we can have ↵Thomas Vander Stichele1-0/+16
that added for coverage Original commit message from CVS: * Makefile.am: * check.mak: add an inspect target that inspects every element feature, so we can have that added for coverage * coverage/lcov.mak: add support for lcov
2006-07-01copy coverage reporting files from dbusThomas Vander Stichele3-0/+430
Original commit message from CVS: * Makefile.am: * coverage/coverage-report-entry.pl: * coverage/coverage-report.pl: * coverage/coverage-report.xsl: copy coverage reporting files from dbus