From 25b887c83c6365b9c2bc2ce9313bff93d9c32a20 Mon Sep 17 00:00:00 2001 From: Alexandre Adomnicai Date: Wed, 26 Jan 2022 09:55:37 +0100 Subject: [PATCH] Add 'vectors' to the 'TEST' variable --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d1b95d5..ea212dd 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ TESTS = test/wots \ test/xmssmt_fast \ test/maxsigsxmss \ test/maxsigsxmssmt \ + test/vectors \ UI = ui/xmss_keypair \ ui/xmss_sign \