aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/blackbox-apple.qbs
blob: 6cc946d124c585415fddc945e288c9a65024bf5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import qbs.Utilities

QbsAutotest {
    testName: "blackbox-apple"
    Depends { name: "Qt.xml" }
    Depends { name: "qbs_app" }
    Depends { name: "qbs-setup-toolchains" }
    Group {
        name: "testdata"
        prefix: "testdata-apple/"
        files: ["**/*"]
        fileTags: []
    }
    files: [
        "../shared.h",
        "tst_blackboxapple.cpp",
        "tst_blackboxapple.h",
        "tst_blackboxbase.cpp",
        "tst_blackboxbase.h",
    ]
    cpp.defines: base.concat(["SRCDIR=" + Utilities.cStringQuote(path)])
}