Fixed typos in test cases

pull/131/head
Daniele Lacamera 2021-07-09 11:34:54 +02:00
parent f9b826b677
commit e722f2fb00
1 changed files with 4 additions and 4 deletions

View File

@ -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 @make test-51-forward-update-no-downgrade-RSA WOLFBOOT_SMALL_STACK=1
test-271-smallstack-forward-update-no-downgrade-RSA4096: $(EXPVER) FORCE 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 test-281-smallstack-forward-update-no-downgrade-ED25519-SHA3: $(EXPVER) FORCE
@make test-81-forward-update-no-downgrade-ED25519-SHA3 WOLFBOOT_SMALL_STACK=1 @make test-81-forward-update-no-downgrade-ED25519-SHA3 WOLFBOOT_SMALL_STACK=1
test-291-smallstack-forward-update-no-downgrade-ECC256-SHA3: $(EXPVER) FORCE 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 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 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-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 \ test-11-forward-update-no-downgrade-ECC test-13-rollback-ECC test-21-forward-update-no-downgrade-SPI test-23-rollback-SPI \