From df72df510f4696fb4835fd42e8f4de2dcb7cf428 Mon Sep 17 00:00:00 2001 From: John Levon Date: Tue, 25 May 2021 15:09:03 +0100 Subject: add a gcov target (#498) "make gcov" is sufficient to run the tests in DEBUG mode and generate gcov output for each .c file in lib/, to give us some idea of our coverage. Signed-off-by: John Levon Reviewed-by: Swapnil Ingle --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c4a5874..372611c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build cscope.out tags +lib/*.gcov -- cgit v1.1