mirror of https://github.com/wolfSSL/wolfBoot.git
Fixed typos in test cases
parent
f9b826b677
commit
e722f2fb00
|
@ -414,19 +414,19 @@ test-251-smallstack-forward-update-no-downgrade-RSA: $(EXPVER) FORCE
|
|||
@make test-51-forward-update-no-downgrade-RSA WOLFBOOT_SMALL_STACK=1
|
||||
|
||||
test-271-smallstack-forward-update-no-downgrade-RSA4096: $(EXPVER) FORCE
|
||||
@make test-71-forward-update-no-downgrade-RSA4096 WOLFBOOT_SMALL_STACK=1
|
||||
@make test-71-forward-update-no-downgrade-RSA-4096 WOLFBOOT_SMALL_STACK=1
|
||||
|
||||
test-281-smallstack-forward-update-no-downgrade-ED25519-SHA3: $(EXPVER) FORCE
|
||||
@make test-81-forward-update-no-downgrade-ED25519-SHA3 WOLFBOOT_SMALL_STACK=1
|
||||
|
||||
test-291-smallstack-forward-update-no-downgrade-ECC256-SHA3: $(EXPVER) FORCE
|
||||
@make test-81-forward-update-no-downgrade-ECC256-SHA3 WOLFBOOT_SMALL_STACK=1
|
||||
@make test-91-forward-update-no-downgrade-ECC256-SHA3 WOLFBOOT_SMALL_STACK=1
|
||||
|
||||
test-301-smallstack-forward-update-no-downgrade-RSA2048-SHA3: $(EXPVER) FORCE
|
||||
@make test-81-forward-update-no-downgrade-RSA2048-SHA3 WOLFBOOT_SMALL_STACK=1
|
||||
@make test-101-forward-update-no-downgrade-RSA2048-SHA3 WOLFBOOT_SMALL_STACK=1
|
||||
|
||||
test-311-smallstack-forward-update-no-downgrade-RSA4096-SHA3: $(EXPVER) FORCE
|
||||
@make test-81-forward-update-no-downgrade-RSA4096-SHA3 WOLFBOOT_SMALL_STACK=1
|
||||
@make test-111-forward-update-no-downgrade-RSA4096-SHA3 WOLFBOOT_SMALL_STACK=1
|
||||
|
||||
test-all: clean test-01-forward-update-no-downgrade test-02-forward-update-allow-downgrade test-03-rollback \
|
||||
test-11-forward-update-no-downgrade-ECC test-13-rollback-ECC test-21-forward-update-no-downgrade-SPI test-23-rollback-SPI \
|
||||
|
|
Loading…
Reference in New Issue