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

Committer:
dkato
Date:
Fri Feb 02 05:42:23 2018 +0000
Revision:
0:f782d9c66c49
mbed-os for GR-LYCHEE

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dkato 0:f782d9c66c49 1 # Macro test: defined macros in the top level app and 2 libs, check if they
dkato 0:f782d9c66c49 2 # are reported properly.
dkato 0:f782d9c66c49 3 # The app defines one macro with value the same as lib2, while lib2 defined
dkato 0:f782d9c66c49 4 # the same macro without value as lib1. Since the definitions are comptabile,
dkato 0:f782d9c66c49 5 # no error should be raised
dkato 0:f782d9c66c49 6
dkato 0:f782d9c66c49 7 expected_results = {
dkato 0:f782d9c66c49 8 "test_target": {
dkato 0:f782d9c66c49 9 "desc": "test macro definitions",
dkato 0:f782d9c66c49 10 "expected_macros": ["APP1=10", "APP2", "LIB1_1=1","LIB1_2", "LIB2_1=5"]
dkato 0:f782d9c66c49 11 }
dkato 0:f782d9c66c49 12 }