mbed-os
Fork of mbed-os by
Diff: tools/test/config_test/test11/test_data.py
- Revision:
- 0:f269e3021894
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/test/config_test/test11/test_data.py Sun Oct 23 15:10:02 2016 +0000 @@ -0,0 +1,9 @@ +# Two libraries (lib1 and lib2) define their own configuration parameters +# lib1 tries to override a configuration parameter in lib2, which raises an error + +expected_results = { + "K64F": { + "desc": "lib1 trying to override a config parameter in lib2", + "exception_msg": "Invalid prefix 'lib2' for parameter name 'lib2.p1' in 'library:lib1[K64F]'" + } +}