Fixed path to semihost unit test sources. Recompiled to check and test

pull/392/head
Przemek Wirkus 2014-07-08 14:30:43 +01:00
parent 79970295ea
commit 2d4abbbf2e
1 changed files with 1 additions and 1 deletions
workspace_tools

View File

@ -827,7 +827,7 @@ TESTS = [
},
{
"id": "UT_2", "description": "Semihost file system",
"source_dir": join(TEST_DIR, "utest", "file"),
"source_dir": join(TEST_DIR, "utest", "semihost_fs"),
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB, CPPUTEST_LIBRARY],
"automated": False,
"mcu": ["LPC1768", "LPC2368", "LPC11U24"]