aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/tools.qbs
blob: 612a70a4025e77aecc2eeb45414430bba81d1f2b (plain)
1
2
3
4
5
6
7
import qbs

QbsAutotest {
    testName: "tools"
    condition: qbsbuildconfig.enableUnitTests
    files: ["tst_tools.cpp"]
}