mirror of https://github.com/ARMmbed/mbed-os.git
Removed example unit tests UT_1, UT_2 from automated list
parent
06f2fb3e55
commit
ba0c4078a0
|
@ -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"]
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue