From: Richard Kettlewell Date: Sat, 1 Dec 2007 16:41:34 +0000 (+0000) Subject: missing list for main coverage report too X-Git-Tag: 1.5.99+dev10~33 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/65f5780f8a94f2bad8146b6e85b8085efdf06feb missing list for main coverage report too --- diff --git a/Makefile.am b/Makefile.am index bba9048..b8318a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,8 +29,8 @@ make-coverage-reports: @for subdir in lib plugins server clients disobedience; do \ echo cd $$subdir;\ cd $$subdir;\ - echo ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . ;\ - ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . ;\ + echo ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . *.c ;\ + ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . *.c ;\ echo cd ..;\ cd ..;\ done