summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-06-08 22:02:06 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-06-08 22:02:06 +0000
commit1350c363e81dba44797474a4b7e04c897f52b99d (patch)
treef7507ac56d947c9f9719ec48ddb482f72c174ab6 /Makefile
parentd0513b69248953feae89dfa63a286aededeb22a1 (diff)
downloadlibhubbub-1350c363e81dba44797474a4b7e04c897f52b99d.tar.gz
libhubbub-1350c363e81dba44797474a4b7e04c897f52b99d.tar.bz2
Add a "coverage" target (like libcss) which runs lcov for nice-looking coverage statistics.
svn path=/trunk/hubbub/; revision=4312
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cdac442..74c2b19 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,8 @@ PERL := perl
PKGCONFIG := pkg-config
INSTALL := install
SED := sed
+LCOV := lcov
+GENHTML := genhtml
# Toolchain flags
WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \