aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/autotests/test3/test3.qbs
blob: 3c7b734e3c926fc89df6e193bddceb4b19ea8116 (plain)
1
2
3
4
5
6
7
8
9
10
11
import qbs

CppApplication {
    name: "test3"
    type: base.concat("autotest")

    Depends { name: "autotest" }
    autotest.allowFailure: true

    files: "test3.cpp"
}