Clone of official tools
test/config_test/test16/test_data.py
- Committer:
- Screamer@Y5070-M.virtuoso
- Date:
- 2016-06-14
- Revision:
- 9:2d27d77ada5c
- Child:
- 13:ab47a20b66f0
File content as of revision 9:2d27d77ada5c:
# Macro test: defined macros in the top level app and 2 libs, check if they # are reported properly. # The app defines one macro with value the same as lib2, while lib2 defined # the same macro without value as lib1. Since the definitions are comptabile, # no error should be raised expected_results = { "K64F": { "desc": "test macro definitions", "expected_macros": ["APP1=10", "APP2", "LIB1_1=1","LIB1_2", "LIB2_1=5"] } }