Skip to content

Commit d6ef499

Browse files
theotherjimmyCruz Monrreal II
authored andcommitted
Add empty configuration for asm profile test
1 parent 2cdb00c commit d6ef499

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/test/toolchains/api_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ def test_toolchain_profile_asm(profile, source_file):
179179
notify=MockNotifier)
180180
toolchain.inc_md5 = ""
181181
toolchain.build_dir = ""
182+
toolchain.config = MagicMock()
183+
toolchain.config.get_config_data_macros.return_value = []
182184
for parameter in profile['asm']:
183185
assert any(parameter in cmd for cmd in toolchain.asm), \
184186
"Toolchain %s did not propagate arg %s" % (toolchain.name,

0 commit comments

Comments
 (0)