aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.qbs
blob: 5e09463f491743d01ecc8d8b48148c054c62369c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import qbs

Project {
    name: "Autotests"
    references: [
        "api/api.qbs",
        "blackbox/blackbox.qbs",
        "cmdlineparser/cmdlineparser.qbs"
    ].concat(unitTests)

    property pathList unitTests: enableUnitTests ? [
        "buildgraph/buildgraph.qbs",
        "language/language.qbs",
        "tools/tools.qbs"
    ] : []
}