Skip to content

Commit 0cd6c57

Browse files
authored
Merge pull request #291 from bridadan/mcu-and-toolchain-test-compile-list
Passing -t and -m to test.py for --compile-list option
2 parents ead57ee + 7bacd34 commit 0cd6c57

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)