File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 25
25
26
26
@patch ('tools.toolchains.arm.run_cmd' )
27
27
def test_arm_version_check (_run_cmd ):
28
+ set_targets_json_location ()
28
29
_run_cmd .return_value = ("""
29
30
Product: ARM Compiler 5.06
30
31
Component: ARM Compiler 5.06 update 5 (build 528)
@@ -52,6 +53,7 @@ def test_arm_version_check(_run_cmd):
52
53
53
54
@patch ('tools.toolchains.iar.run_cmd' )
54
55
def test_iar_version_check (_run_cmd ):
56
+ set_targets_json_location ()
55
57
_run_cmd .return_value = ("""
56
58
IAR ANSI C/C++ Compiler V7.80.1.28/LNX for ARM
57
59
""" , "" , 0 )
@@ -73,6 +75,7 @@ def test_iar_version_check(_run_cmd):
73
75
74
76
@patch ('tools.toolchains.gcc.run_cmd' )
75
77
def test_gcc_version_check (_run_cmd ):
78
+ set_targets_json_location ()
76
79
_run_cmd .return_value = ("""
77
80
arm-none-eabi-gcc (Arch Repository) 6.4.4
78
81
Copyright (C) 2018 Free Software Foundation, Inc.
You can’t perform that action at this time.
0 commit comments