mirror of https://github.com/ARMmbed/mbed-os.git
Fix tests.py so it can work with application defined targets
With this patch in place, tests.py uses targets names instead of target instances, which makes it possible to use application defined targets with tests.pull/2102/head
parent
36a577e1ef
commit
fbb26a405c
|
@ -132,7 +132,7 @@ if __name__ == '__main__':
|
|||
base_source_paths = ['.']
|
||||
|
||||
|
||||
target = TARGET_MAP[options.mcu]
|
||||
target = options.mcu
|
||||
|
||||
build_report = {}
|
||||
build_properties = {}
|
||||
|
|
Loading…
Reference in New Issue