Added check for SIGN=NONE

pull/194/head
Daniele Lacamera 2022-04-08 19:46:02 +02:00
parent 6ff04647e9
commit 5da0982dfd
1 changed files with 1 additions and 0 deletions

View File

@ -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