aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar
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/oscar
parentbf25fa3627c00f80bad624bb4549c46e4b084279 (diff)
Add support for checking test suite coverage using gcov.
Diffstat (limited to 'protocols/oscar')
-rw-r--r--protocols/oscar/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/oscar/Makefile b/protocols/oscar/Makefile
index 97a27299..ed2d7f83 100644
--- a/protocols/oscar/Makefile
+++ b/protocols/oscar/Makefile
@@ -16,6 +16,9 @@ LFLAGS += -r
# [SH] Phony targets
all: oscar_mod.o
+check: all
+gcov:
+ gcov *.c
.PHONY: all clean distclean