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