From d127dd5cab51a869d6f6bb6c2a0860c458d3fecd Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 21 Feb 2022 23:00:24 +0100 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 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index be1a6ca..2660901 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ CONFIGFILE = config.mk include $(CONFIGFILE) + BIN =\ bsum\ b2sum @@ -22,6 +23,11 @@ ALIASES =\ b384sum\ b512sum +SRC =\ + $(OBJ:.o=.c)\ + $(HDR)\ + test.c + # Known answers tests KAT_FILES =\ kat/blake2b\ @@ -31,6 +37,7 @@ KAT_FILES =\ kat/blake2xb\ kat/blake2xs + all: $(BIN) test $(OBJ): $(HDR) -- cgit v1.2.3-70-g09d2