Newer
Older
mbed-os / tools / test / config / requires_include_in_exclude / mbed_app.json
@Jimmy Brisson Jimmy Brisson on 31 Jan 2019 198 bytes Rename tests so that you get what they do
{
    "requires" : ["lib1"],
    "target_overrides": {
        "should_fail": {
            "lib2.test": "GOOD"
        },
        "should_pass": {
            "lib1.test": "GOOD"
        }
    }
}