Skip to content

Commit

Permalink
Fix test-size check
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Sep 12, 2023
1 parent c078159 commit e5f6bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ test-size-all:
make keysclean
make test-size SIGN=RSA2048 LIMIT=11226
make keysclean
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11166
make test-size SIGN=RSA2048 NO_ASM=1 LIMIT=11202
make keysclean
make test-size SIGN=RSA4096 LIMIT=11550
make keysclean
Expand Down

0 comments on commit e5f6bbb

Please sign in to comment.