mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-24 22:29:04 +08:00
config.py testing: also test the get command
This commit is contained in:
parent
0409bcdef0
commit
61695e70f8
@ -147,10 +147,12 @@ def run_all(options):
|
||||
for preset in presets:
|
||||
run_one(options, [preset])
|
||||
for symbol in TEST_SYMBOLS:
|
||||
run_one(options, ['get', symbol])
|
||||
run_one(options, ['set', symbol])
|
||||
run_one(options, ['--force', 'set', symbol])
|
||||
run_one(options, ['unset', symbol])
|
||||
for symbol in TEST_SYMBOLS_WITH_VALUE:
|
||||
run_one(options, ['get', symbol])
|
||||
run_one(options, ['set', symbol, 'value'])
|
||||
run_one(options, ['--force', 'set', symbol, 'value'])
|
||||
run_one(options, ['unset', symbol])
|
||||
|
Loading…
x
Reference in New Issue
Block a user