You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/test/build_api/build_api_test.py
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,11 @@
30
30
Tests for build_api.py
31
31
"""
32
32
make_mock_target=namedtuple(
33
-
"Target", "init_hooks name features core supported_toolchains")
34
-
33
+
"Target", "init_hooks name features core supported_toolchains build_tools_metadata")
34
+
#Add ARMC5 to the supported_toolchains list as ARMC5 actually refers ARM Compiler 5 and is needed by ARM/ARM_STD classes when it checks for supported toolchains
0 commit comments