Added mbed_main test to automated pool

pull/509/head^2
Przemek Wirkus 2014-09-23 15:50:13 +01:00
parent 3271e479b9
commit 7fb674d3e2
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ TESTS = [
"id": "MBED_A21", "description": "Call function before main (mbed_main)",
"source_dir": join(TEST_DIR, "mbed", "call_before_main"),
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB],
"automated": False,
"automated": True,
},
{
"id": "MBED_A22", "description": "SPIFI for LPC4088 (test 1)",