Newer
Older
mbed-os / tools / test / config / override_labels_libs / mbed_app.json
@Jimmy Brisson Jimmy Brisson on 28 Aug 2017 253 bytes Unify configuration testing and the travis command
{
    "config": {
        "app1": "v_app1",
        "app2": "v_app2"
    },
    "target_overrides": {
        "b1_label": {
            "app1": "v_app1[b1_label]"
        },
        "b2_label": {
            "app2": "v_app2[b2_label]"
        }
    }
}