aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/yahoo
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-07-07 15:33:31 +0200
committerJelmer Vernooij <jelmer@samba.org>2006-07-07 15:33:31 +0200
commit66b9e86eafc3709c491f96c917069db8b6a0c895 (patch)
tree2332c2527f4467adec8d354223ef42d1abd39152 /protocols/yahoo
parentbf25fa3627c00f80bad624bb4549c46e4b084279 (diff)
Add support for checking test suite coverage using gcov.
Diffstat (limited to 'protocols/yahoo')
-rw-r--r--protocols/yahoo/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/yahoo/Makefile b/protocols/yahoo/Makefile
index b4014f8a..34c3551a 100644
--- a/protocols/yahoo/Makefile
+++ b/protocols/yahoo/Makefile
@@ -16,6 +16,9 @@ LFLAGS += -r
# [SH] Phony targets
all: yahoo_mod.o
+check: all
+gcov:
+ gcov *.c
.PHONY: all clean distclean