X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/346bd0cf4e8fb8ead2ad5b59fd9a628c8592e1ee..d6ea854ab50aedf15bda9ad18f46ca80b50582a8:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index b642c89..ab856a7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -65,7 +65,6 @@ libdisorder_a_SOURCES=charset.c charset.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 \ @@ -88,13 +87,19 @@ definitions.h: Makefile defs.o: definitions.h defs.lo: definitions.h -test_SOURCES=test.c -test_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) +test_SOURCES=test.c memgc.c +test_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) $(LIBGC) 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 . *.c + rebuild-unicode: cd ${srcdir} && ${top_srcdir}/scripts/make-unidata