ON Semiconductor / mbed-os

Dependents:   mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test_data.py Source File

test_data.py

00001 # Build on top of test16
00002 # Adds an invalid macro redefinition in the app
00003 
00004 expected_results = {
00005     "K64F": {
00006         "desc": "test invalid macro re-definition in the app",
00007         "exception_msg": "Macro 'LIB2_1' defined in both 'library:lib2' and 'application' with incompatible values"
00008     }
00009 }