summaryrefslogtreecommitdiffstats
path: root/src/testlib/configure.json
blob: df6132cdc2e68e329afdc6b210ef1baed63ec217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "module": "testlib",
    "depends": [
        "core"
    ],

    "features": {
        "testlib_selfcover": {
            "label": "Coverage testing of testlib itself",
            "purpose": "Gauges how thoroughly testlib's selftest exercises testlib's code",
            "autoDetect": false,
            "output": [ "publicFeature" ]
        },
        "itemmodeltester": {
            "label": "Tester for item models",
            "purpose": "Provides a utility to test item models.",
            "condition": "features.itemmodel",
            "output": [ "publicFeature" ]
        }
    },

    "summary": [
        {
            "section": "Qt Testlib",
            "entries": [ "itemmodeltester" ]
        }
    ]
}