mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Add opt-testcases into check list
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
cdcb683568
commit
f17a60f147
|
|
@ -133,6 +133,9 @@ state may override this method.
|
||||||
ssl_opt_sh = os.path.join(directory, 'ssl-opt.sh')
|
ssl_opt_sh = os.path.join(directory, 'ssl-opt.sh')
|
||||||
if os.path.exists(ssl_opt_sh):
|
if os.path.exists(ssl_opt_sh):
|
||||||
self.walk_ssl_opt_sh(ssl_opt_sh)
|
self.walk_ssl_opt_sh(ssl_opt_sh)
|
||||||
|
for ssl_opt_file_name in glob.glob(os.path.join(directory, 'opt-testcases',
|
||||||
|
'*.sh')):
|
||||||
|
self.walk_ssl_opt_sh(ssl_opt_file_name)
|
||||||
|
|
||||||
class DescriptionChecker(TestDescriptionExplorer):
|
class DescriptionChecker(TestDescriptionExplorer):
|
||||||
"""Check all test case descriptions.
|
"""Check all test case descriptions.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue