Added I2C master/slave test to the list of tests

pull/9/head
Bogdan Marinescu 2013-07-01 16:29:38 +01:00
parent 28961db4a5
commit 39f4d26896
1 changed files with 8 additions and 1 deletions

View File

@ -332,6 +332,13 @@ TESTS = [
"automated": True,
"peripherals": ["ADXL345"]
},
{
"id": "MBED_29", "description": "I2C master/slave test",
"source_dir": join(TEST_DIR, "mbed", "i2c_master_slave"),
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB,],
"automated": True,
"mcu": ["LPC1768"]
},
# CMSIS RTOS tests
{