From fbd54d8ed3940be2c0919fe1137f030f3e04f28a Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 29 Nov 2007 19:29:36 +0000 Subject: [PATCH] test just lib Organization: Straylight/Edgeware From: Richard Kettlewell --- lib/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index b642c89..21f3874 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -95,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 -- [mdw]