aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-07-01 15:52:45 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2007-07-01 15:52:45 +0100
commitae3c4fae12b09b30bb49477696b10ae5beb8ef4b (patch)
treea6e3476a7ae4a40cc0039126391b7f5058383798 /protocols
parentf7b44f2c094f99f03182485a30d95a029a84f809 (diff)
parent348c11b16c156979ef2c7141ca7450af693b3713 (diff)
Merge from Jelmer (mainly unit testing things).
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Makefile1
-rw-r--r--protocols/jabber/Makefile1
-rw-r--r--protocols/msn/Makefile1
-rw-r--r--protocols/oscar/Makefile1
-rw-r--r--protocols/yahoo/Makefile1
5 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Makefile b/protocols/Makefile
index 7f793bc4..f7d76e0f 100644
--- a/protocols/Makefile
+++ b/protocols/Makefile
@@ -26,6 +26,7 @@ LFLAGS += -r
# [SH] Phony targets
all: protocols.o
check: all
+lcov:
gcov:
gcov *.c
diff --git a/protocols/jabber/Makefile b/protocols/jabber/Makefile
index 3c9e4949..e81e6c5a 100644
--- a/protocols/jabber/Makefile
+++ b/protocols/jabber/Makefile
@@ -17,6 +17,7 @@ LFLAGS += -r
# [SH] Phony targets
all: jabber_mod.o
check: all
+lcov:
gcov:
gcov *.c
diff --git a/protocols/msn/Makefile b/protocols/msn/Makefile
index f53b34ba..3440658d 100644
--- a/protocols/msn/Makefile
+++ b/protocols/msn/Makefile
@@ -17,6 +17,7 @@ LFLAGS += -r
# [SH] Phony targets
all: msn_mod.o
check: all
+lcov:
gcov:
gcov *.c
diff --git a/protocols/oscar/Makefile b/protocols/oscar/Makefile
index ed2d7f83..95e85ec2 100644
--- a/protocols/oscar/Makefile
+++ b/protocols/oscar/Makefile
@@ -17,6 +17,7 @@ LFLAGS += -r
# [SH] Phony targets
all: oscar_mod.o
check: all
+lcov:
gcov:
gcov *.c
diff --git a/protocols/yahoo/Makefile b/protocols/yahoo/Makefile
index 34c3551a..2cfd147b 100644
--- a/protocols/yahoo/Makefile
+++ b/protocols/yahoo/Makefile
@@ -17,6 +17,7 @@ LFLAGS += -r
# [SH] Phony targets
all: yahoo_mod.o
check: all
+lcov:
gcov:
gcov *.c