X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/f486ea184ba1d605110eab4862406c11554ed13e..fbd54d8ed3940be2c0919fe1137f030f3e04f28a:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 524496e..21f3874 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -63,12 +63,12 @@ libdisorder_a_SOURCES=charset.c charset.h \ timeval.h \ trackname.c trackname.h \ user.h user.c \ + unicode.h unicode.c \ unidata.h unidata.c \ utf8.h utf8.c \ vacopy.h \ vector.c vector.h \ wav.h wav.c \ - words.c words.h \ wstat.c wstat.h \ disorder.h @@ -95,6 +95,15 @@ 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 + %.i: %.c $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) -c $< > $@.new mv $@.new $@