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
Bogdan Marinescu 2016-07-05 15:52:53 +03:00
parent 36a577e1ef
commit fbb26a405c
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ if __name__ == '__main__':
base_source_paths = ['.']
target = TARGET_MAP[options.mcu]
target = options.mcu
build_report = {}
build_properties = {}