missing list for main coverage report too
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 1 Dec 2007 16:41:34 +0000 (16:41 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 1 Dec 2007 16:41:34 +0000 (16:41 +0000)
Makefile.am

index bba9048..b8318a4 100644 (file)
@@ -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