summaryrefslogtreecommitdiff
path: root/src/script/configure.json
blob: d8b45c922636001bd7284e1e44d63b30bf5455bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "module": "script",
    "testDir": "../../config.tests",

    "tests": {
        "asm_hwcap_h": {
            "label": "asm/hwcap.h",
            "condition": "config.android",
            "type": "compile",
            "test": {
                "include": "asm/hwcap.h"
            }
        }
    },

    "features": {
        "asm_hwcap_h": {
            "label": "asm/hwcap.h",
            "condition": "config.android && tests.asm_hwcap_h",
            "output": [ "privateFeature" ]
        }
    }
}