Clean up after coverage testing properly
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 6 Dec 2008 13:51:14 +0000 (13:51 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 6 Dec 2008 13:51:14 +0000 (13:51 +0000)
cgi/Makefile.am
clients/Makefile.am
disobedience/Makefile.am
lib/Makefile.am
libtests/Makefile.am
server/Makefile.am
tests/Makefile.am

index bb55a1b..22e2a77 100644 (file)
@@ -29,3 +29,5 @@ disorder_DEPENDENCIES=../lib/libdisorder.a
 
 install-exec-hook:
        $(LIBTOOL) --mode=finish $(DESTDIR)$(cgiexecdir)
+
+CLEANFILES=*.gcda *.gcov *.gcno *.c.html index.html
index f762799..91d4448 100644 (file)
@@ -75,6 +75,7 @@ check-completions: disorder
                | sort > ,completions
        diff -u ,commands ,completions
 
-CLEANFILES=,commands ,completions
+CLEANFILES=,commands ,completions \
+          *.gcda *.gcov *.gcno *.c.html index.html
 
 EXTRA_DIST=dump2wav
index b2da5ee..e7072c7 100644 (file)
@@ -66,6 +66,7 @@ check-help: all
        unset DISPLAY;./disobedience --version > /dev/null
        unset DISPLAY;./disobedience --help > /dev/null
 
-CLEANFILES=disobedience.html images.h
+CLEANFILES=disobedience.html images.h \
+          *.gcda *.gcov *.gcno *.c.html index.html
 
 export GNUSED
index ef10c49..5521775 100644 (file)
@@ -133,6 +133,6 @@ rebuild-unicode:
        mv $@.new $@
 
 CLEANFILES=definitions.h definitions.h.new version-string versionstring.h \
-          *.gcda *.gcov *.gcno
+          *.gcda *.gcov *.gcno *.c.html index.html
 
 EXTRA_DIST=trackdb.c trackdb-stub.c
index 6021e54..7530f8b 100644 (file)
@@ -69,7 +69,7 @@ make-coverage-reports:
 
 EXTRA_DIST=t-macros-1.tmpl t-macros-2
 
-CLEANFILES=*.gcda *.gcov *.gcno
+CLEANFILES=*.gcda *.gcov *.gcno *.c.html index.html
 
 DISTCLEANFILES=GraphemeBreakTest.txt NormalizationTest.txt     \
               WordBreakTest.txt
index 59c1184..62ad1c4 100644 (file)
@@ -136,3 +136,5 @@ check-decode: disorder-decode disorder-normalize
        rm -f scratch.wav config decoded.raw oggdec.raw
 
 EXTRA_DIST=README.dbversions
+
+CLEANFILES=*.gcda *.gcov *.gcno *.c.html index.html
index 38ec744..2508499 100644 (file)
@@ -34,3 +34,4 @@ clean-local:
        rm -rf testroot *.log *.pyc
 
 EXTRA_DIST=dtest.py ${TESTS}
+CLEANFILES=*.gcda *.gcov *.gcno *.c.html index.html