Ignore:
Timestamp:
2006-07-07T13:33:31Z (19 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
f4aa393
Parents:
bf25fa3
Message:

Add support for checking test suite coverage using gcov.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/Makefile

    rbf25fa3 r66b9e86e  
    2626# [SH] Phony targets
    2727all: protocols.o
     28check: all
     29gcov:
     30        gcov *.c
    2831
    2932.PHONY: all clean distclean $(subdirs)
Note: See TracChangeset for help on using the changeset viewer.