Skip to content

Commit 7bacd34

Browse files
committed
Passing -t and -m to test.py for --compile-list option
1 parent ead57ee commit 7bacd34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mbed/mbed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,6 +2058,7 @@ def test_(toolchain=None, mcu=None, compile_list=False, run_list=False, compile_
20582058

20592059
if compile_list:
20602060
popen(['python', '-u', os.path.join(tools_dir, 'test.py'), '--list']
2061+
+ ['-t', tchain, '-m', target]
20612062
+ (['-n', tests_by_name] if tests_by_name else [])
20622063
+ (['-v'] if verbose else [])
20632064
+ args,

0 commit comments

Comments
 (0)