Skip to content

Commit 97a2dd6

Browse files
committed
increase test size due to _ex usage
1 parent cd5abfe commit 97a2dd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/test.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ test-all: clean
11871187
test-size-all:
11881188
make test-size SIGN=NONE LIMIT=5066 NO_ARM_ASM=1
11891189
make keysclean
1190-
make test-size SIGN=ED25519 LIMIT=11818 NO_ARM_ASM=1
1190+
make test-size SIGN=ED25519 LIMIT=11820 NO_ARM_ASM=1
11911191
make keysclean
11921192
make test-size SIGN=ECC256 LIMIT=18944 NO_ARM_ASM=1
11931193
make clean
@@ -1213,7 +1213,7 @@ test-size-all:
12131213
make keysclean
12141214
make test-size SIGN=LMS LMS_LEVELS=2 LMS_HEIGHT=5 LMS_WINTERNITZ=8 \
12151215
WOLFBOOT_SMALL_STACK=0 IMAGE_SIGNATURE_SIZE=2644 \
1216-
IMAGE_HEADER_SIZE?=5288 LIMIT=7798 NO_ARM_ASM=1
1216+
IMAGE_HEADER_SIZE?=5288 LIMIT=7828 NO_ARM_ASM=1
12171217
make keysclean
12181218
make test-size SIGN=XMSS XMSS_PARAMS='XMSS-SHA2_10_256' \
12191219
IMAGE_SIGNATURE_SIZE=2500 IMAGE_HEADER_SIZE?=4096 \

0 commit comments

Comments
 (0)