aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs
blob: 270fc9eaf7929e26cf8cf1f918cf39c48889640d (plain)
1
2
3
4
5
6
7
8
9
10
Project {
    CppApplication {
        name: "testApp"
        type: ["application", "autotest"]
        Depends { name: "autotest" }
        cpp.cxxLanguageVersion: "c++11"
        files: "test-main.cpp"
    }
    AutotestRunner {}
}