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