From c5db64788069abdea1ee5b05d0638263d9868196 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Jul 2022 15:10:57 +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 dbd2592..bc47b8c 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,7 @@ MAN3 =\ libsha2_update.3 LOBJ = $(OBJ:.o=.lo) +SRC = $(OBJ:.o=.c) all: libsha2.a libsha2.$(LIBEXT) test @@ -112,7 +113,7 @@ uninstall: -cd -- "$(DESTDIR)$(MANPREFIX)/man3" && rm -f -- $(MAN3) clean: - -rm -f -- *.o *.lo *.su *.a *.$(LIBEXT) test + -rm -f -- *.o *.lo *.su *.a *.$(LIBEXT) *.gcda *.gcno *.gcov test .SUFFIXES: .SUFFIXES: .lo .o .c -- cgit v1.2.3-70-g09d2