mirror of https://github.com/wolfSSL/wolfBoot.git
Added target to test armored version on renode
parent
0665eeff67
commit
f79b9742a9
|
@ -177,6 +177,9 @@ renode-factory-all: FORCE
|
||||||
${Q}make renode-factory-rsa4096 RENODE_PORT=55159
|
${Q}make renode-factory-rsa4096 RENODE_PORT=55159
|
||||||
${Q}echo All tests in $@ OK!
|
${Q}echo All tests in $@ OK!
|
||||||
|
|
||||||
|
renode-update-ed25519: FORCE
|
||||||
|
make renode-update SIGN=ED448
|
||||||
|
|
||||||
renode-update-ed448: FORCE
|
renode-update-ed448: FORCE
|
||||||
make renode-update SIGN=ED448
|
make renode-update SIGN=ED448
|
||||||
|
|
||||||
|
@ -191,7 +194,7 @@ renode-update-rsa4096: FORCE
|
||||||
|
|
||||||
renode-update-all: FORCE
|
renode-update-all: FORCE
|
||||||
${Q}make clean
|
${Q}make clean
|
||||||
${Q}make renode-update
|
${Q}make renode-update-ed25519 RENODE_PORT=55155
|
||||||
${Q}make clean
|
${Q}make clean
|
||||||
${Q}make renode-update-ed448 RENODE_PORT=55156
|
${Q}make renode-update-ed448 RENODE_PORT=55156
|
||||||
${Q}make clean
|
${Q}make clean
|
||||||
|
@ -201,3 +204,6 @@ renode-update-all: FORCE
|
||||||
${Q}make clean
|
${Q}make clean
|
||||||
${Q}make renode-update-rsa4096 RENODE_PORT=55159
|
${Q}make renode-update-rsa4096 RENODE_PORT=55159
|
||||||
${Q}echo All tests in $@ OK!
|
${Q}echo All tests in $@ OK!
|
||||||
|
|
||||||
|
renode-update-all-armored: FORCE
|
||||||
|
${Q}make renode-update-all ARMORED=1
|
||||||
|
|
Loading…
Reference in New Issue