Keep the list in alphabetical order
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
e23fa41f10
commit
5baf66755c
1 changed files with 3 additions and 3 deletions
|
@ -49,13 +49,13 @@ my %configs = (
|
||||||
'config-symmetric-only.h' => {
|
'config-symmetric-only.h' => {
|
||||||
'test_again_with_use_psa' => 0, # Uses PSA by default, no need to test it twice
|
'test_again_with_use_psa' => 0, # Uses PSA by default, no need to test it twice
|
||||||
},
|
},
|
||||||
|
'config-tfm.h' => {
|
||||||
|
'test_again_with_use_psa' => 0, # Uses PSA by default, no need to test it twice
|
||||||
|
},
|
||||||
'config-thread.h' => {
|
'config-thread.h' => {
|
||||||
'opt' => '-f ECJPAKE.*nolog',
|
'opt' => '-f ECJPAKE.*nolog',
|
||||||
'test_again_with_use_psa' => 1,
|
'test_again_with_use_psa' => 1,
|
||||||
},
|
},
|
||||||
'config-tfm.h' => {
|
|
||||||
'test_again_with_use_psa' => 0, # Uses PSA by default, no need to test it twice
|
|
||||||
},
|
|
||||||
);
|
);
|
||||||
|
|
||||||
# If no config-name is provided, use all known configs.
|
# If no config-name is provided, use all known configs.
|
||||||
|
|
Loading…
Reference in a new issue