Newer
Older
mbed-os / tools / test / config / requires_include_in_exclude / test_data.json
@Jimmy Brisson Jimmy Brisson on 31 Jan 2019 291 bytes Rename tests so that you get what they do
{
    "should_fail": {
        "exception_msg": "Attempt to override undefined parameter 'lib2.test' in 'application[should_fail]'"
    },
    "should_pass": {
        "lib1.test": "GOOD",
        "excluded_source": ["lib2/lib2.c"],
        "included_source": ["lib2/lib1/lib1.cpp"]
    }
}