Reduced RPC test scope to LPC1768 for now

pull/338/head
Przemek Wirkus 2014-05-30 17:50:19 +01:00
parent 6066e434d8
commit 515fe34a09
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ TESTS = [
"source_dir": join(TEST_DIR, "mbed", "rpc"), "source_dir": join(TEST_DIR, "mbed", "rpc"),
"dependencies": [MBED_LIBRARIES, join(LIB_DIR, "rpc"), TEST_MBED_LIB], "dependencies": [MBED_LIBRARIES, join(LIB_DIR, "rpc"), TEST_MBED_LIB],
"automated": True, "automated": True,
"mcu": ["LPC1768"]
}, },
{ {
"id": "MBED_16", "description": "RTC", "id": "MBED_16", "description": "RTC",