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

tools/test/config_test/test18/test_data.py

Committer:
dkato
Date:
2018-02-02
Revision:
0:f782d9c66c49

File content as of revision 0:f782d9c66c49:

# Like test17, but this time the invalid re-definition is in lib2, not in the app

expected_results = {
    "K64F": {
        "desc": "test invalid macro re-definition in a library",
        "exception_msg": "defined in both"
    }
}