We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87fab5 commit 675ca1aCopy full SHA for 675ca1a
tools/test/toolchains/api_test.py
@@ -99,6 +99,8 @@ def test_toolchain_profile_asm(profile, source_file):
99
notify=MockNotifier)
100
toolchain.inc_md5 = ""
101
toolchain.build_dir = ""
102
+ toolchain.config = MagicMock()
103
+ toolchain.config.get_config_data_macros.return_value = []
104
for parameter in profile['asm']:
105
assert any(parameter in cmd for cmd in toolchain.asm), \
106
"Toolchain %s did not propagate arg %s" % (toolchain.name,
0 commit comments