diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-07-07 15:33:31 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-07-07 15:33:31 +0200 |
commit | 66b9e86eafc3709c491f96c917069db8b6a0c895 (patch) | |
tree | 2332c2527f4467adec8d354223ef42d1abd39152 /protocols/jabber | |
parent | bf25fa3627c00f80bad624bb4549c46e4b084279 (diff) |
Add support for checking test suite coverage using gcov.
Diffstat (limited to 'protocols/jabber')
-rw-r--r-- | protocols/jabber/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/jabber/Makefile b/protocols/jabber/Makefile index 9b414dc8..abfc7478 100644 --- a/protocols/jabber/Makefile +++ b/protocols/jabber/Makefile @@ -16,6 +16,7 @@ LFLAGS += -r # [SH] Phony targets all: jabber_mod.o +check: all .PHONY: all clean distclean |