mbed-os for GR-LYCHEE

Dependents:   mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test_data.py Source File

test_data.py

00001 # Create two libraries named "lib1", which must raise an error
00002 
00003 expected_results = {
00004     "K64F": {
00005         "desc": "attempt to configure two libraries named 'lib1'",
00006         "exception_msg": "Library name 'lib1' is not unique"
00007     }
00008 }