aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b439de..c6aae48 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,11 @@ HDR =\
libblake.h\
common.h
+# Known answers tests
+KAT_FILES =\
+ kat-blake2b\
+ kat-blake2s
+
LOBJ = $(OBJ:.o=.lo)
@@ -119,7 +124,7 @@ libblake.a: $(OBJ)
libblake.$(LIBEXT): $(LOBJ)
$(CC) $(LIBFLAGS) -o $@ $(LOBJ) $(LDFLAGS)
-check: test
+check: test $(KAT_FILES)
$(CHECK_PREFIX) ./test
install: libblake.a libblake.$(LIBEXT)