Removed example unit tests UT_1, UT_2 from automated list

pull/385/head
Przemek Wirkus 2014-07-02 10:28:57 +01:00
parent 06f2fb3e55
commit ba0c4078a0
1 changed files with 2 additions and 2 deletions

View File

@ -815,13 +815,13 @@ TESTS = [
"id": "UT_1", "description": "Basic",
"source_dir": join(TEST_DIR, "utest", "basic"),
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB, CPPUTEST_LIBRARY],
"automated": True,
"automated": False,
},
{
"id": "UT_2", "description": "Semihost file system",
"source_dir": join(TEST_DIR, "utest", "file"),
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB, CPPUTEST_LIBRARY],
"automated": True,
"automated": False,
"mcu": ["LPC1768", "LPC2368", "LPC11U24"]
},
]