chiark / gitweb /
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 bba9048c910358385e77d8e50b05513bd2a47d77..b8318a4109ce0cf7309383900d0c93b771141292 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