chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
71b9023
)
test just lib
author
Richard Kettlewell
<rjk@greenend.org.uk>
Thu, 29 Nov 2007 19:29:36 +0000
(19:29 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Thu, 29 Nov 2007 19:29:36 +0000
(19:29 +0000)
lib/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index b642c895db345eb65b1ee181089a6645e1562a53..21f3874e113f58ae1bae1ee1fae9d6ad90ae08fb 100644
(file)
--- 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