mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-09 16:41:19 +08:00
Add framework/scripts to scripts_path.py
This allows test scripts to find the new mbedtls_framework module. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
6343a83057
commit
1131318b72
@ -15,3 +15,6 @@ import sys
|
|||||||
sys.path.append(os.path.join(os.path.dirname(__file__),
|
sys.path.append(os.path.join(os.path.dirname(__file__),
|
||||||
os.path.pardir, os.path.pardir,
|
os.path.pardir, os.path.pardir,
|
||||||
'scripts'))
|
'scripts'))
|
||||||
|
sys.path.append(os.path.join(os.path.dirname(__file__),
|
||||||
|
os.path.pardir, os.path.pardir,
|
||||||
|
'framework', 'scripts'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user