From 5bc0737c422bf13ba530f1931ba47e35d5298eab Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Jul 2022 10:59:00 +0200 Subject: Add coverage test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5e3b16e..0c72167 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ MAN7 =\ libsha1.7 LOBJ = $(OBJ:.o=.lo) +SRC = $(OBJ:.o=.c) all: libsha1.a libsha1.$(LIBEXT) test @@ -118,7 +119,7 @@ uninstall: -cd -- "$(DESTDIR)$(MANPREFIX)/man7" && rm -f -- $(MAN7) clean: - -rm -f -- *.o *.lo *.su *.a *.so test + -rm -f -- *.o *.lo *.su *.a *.so *.gcda *.gcno *.gcov test .SUFFIXES: .SUFFIXES: .lo .o .c -- cgit v1.2.3-70-g09d2