diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2007-07-01 15:52:45 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2007-07-01 15:52:45 +0100 |
commit | ae3c4fae12b09b30bb49477696b10ae5beb8ef4b (patch) | |
tree | a6e3476a7ae4a40cc0039126391b7f5058383798 /lib | |
parent | f7b44f2c094f99f03182485a30d95a029a84f809 (diff) | |
parent | 348c11b16c156979ef2c7141ca7450af693b3713 (diff) |
Merge from Jelmer (mainly unit testing things).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 33073c27..a9038987 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -17,6 +17,7 @@ LFLAGS += -r # [SH] Phony targets all: lib.o check: all +lcov: gcov: gcov *.c |