X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/44385936ca254ab99b800640f16b18401478a95a..fbd54d8ed3940be2c0919fe1137f030f3e04f28a:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 0eeccd7..21f3874 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -69,7 +69,6 @@ libdisorder_a_SOURCES=charset.c charset.h \ vacopy.h \ vector.c vector.h \ wav.h wav.c \ - words.c words.h \ wstat.c wstat.h \ disorder.h @@ -96,6 +95,12 @@ test_DEPENDENCIES=libdisorder.a check: test #test.i ./test +check-report: before-check check make-coverage-reports +before-check: + rm -f *.gcda *.gcov +make-coverage-reports: + ${GCOV} *.c | ${PYTHON} ../scripts/format-gcov-report --html . + rebuild-unicode: cd ${srcdir} && ${top_srcdir}/scripts/make-unidata