From 5da0982dfddc3c2dcd52168e19b984b4b574a93d Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Fri, 8 Apr 2022 19:46:02 +0200 Subject: [PATCH] Added check for SIGN=NONE --- tools/test.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test.mk b/tools/test.mk index 6eb5a3f8..111277e6 100644 --- a/tools/test.mk +++ b/tools/test.mk @@ -766,6 +766,7 @@ test-all: clean make test-delta-update test-size-all: + make test-size SIGN=NONE LIMIT=4602 make test-size SIGN=ED25519 LIMIT=10670 make test-size SIGN=ECC256 LIMIT=21538 make test-size SIGN=ECC256 NO_ASM=1 LIMIT=13042