aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/autotest/autotest.qbs
blob: c8a1c5180f5f98c4bf6c447d7558fda39f60ddda (plain)
1
2
3
4
5
6
Module {
    property stringList arguments
    property bool allowFailure: false
    property string workingDir
    property int timeout
}