mbed-os/workspace_tools
Bogdan Marinescu 0ee819271d Add optional test aliases
If a "test_alias" dictionary is found in private_settings.py, it is searched for
aliases of tests for the "-n" option. For example, if the dictionary has this
association:

test_alias = { "basic" : "MBED_A1" }

you'll be able to use "-n basic" instead of "-n MBED_A1".
2013-07-29 19:00:21 +03:00
..
data Add STM32 to the buildchain 2013-04-24 09:35:11 +01:00
debugger Correctly wait for powerup acknowledge 2013-07-22 18:17:12 +01:00
dev Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
export synch targets, exporters and tests 2013-07-17 14:11:54 +01:00
host_tests [mbed::net] Not shutting down the socket, before closing it, is not robust in lwIP 2013-05-14 10:41:47 +01:00
toolchains Use new build convention for objects path 2013-07-25 17:49:55 +01:00
__init__.py Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
autotest.py Refactor the build system to keep the information about a new target in a single class 2013-04-18 15:43:29 +01:00
build.py Propagate "clean" option for library builds 2013-07-24 17:29:11 +01:00
build_api.py Propagate "clean" option for library builds 2013-07-24 17:29:11 +01:00
client.py Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
export_test.py Add support for legacy build conventions 2013-07-23 17:22:57 +01:00
libraries.py Refactoring of the mbed SDK: 2013-06-10 15:44:08 +01:00
make.py Add optional test aliases 2013-07-29 19:00:21 +03:00
options.py Add debug-info option 2013-07-03 13:20:08 +01:00
patch.py Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
paths.py Refactor the build system: 2013-06-24 14:32:08 +01:00
server.py Keep information about type of interface disk provided by the target board 2013-07-25 17:55:52 +01:00
settings.py Add build options 2013-07-02 16:43:29 +01:00
size.py Add LPC812 target. Update tests. Remove obsolete documentation. Move shared code among targets to target independent layer. 2013-03-14 11:52:38 +00:00
syms.py Add simple script to search for symbols in libraries and objects 2013-04-11 17:10:53 +01:00
synch.py synch targets, exporters and tests 2013-07-17 14:11:54 +01:00
targets.py Keep information about type of interface disk provided by the target board 2013-07-25 17:55:52 +01:00
tests.py Added vector table relocation test 2013-07-29 18:59:48 +03:00
utils.py Refactoring of the mbed SDK: 2013-06-10 15:44:08 +01:00