summaryrefslogtreecommitdiffstats
path: root/src/testlib/configure.json
blob: 726f614ee5475881b9f4929d9edb2c82e4fd0364 (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
29
30
31
32
33
34
{
    "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" ]
        },
        "valgrind": {
            "label": "Valgrind",
            "purpose": "Profiling support with callgrind.",
            "condition": "(config.linux || config.darwin) && features.process && features.regularexpression",
            "output": [ "publicFeature" ]
        }
    },

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