aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/tools.qbs
blob: e0cb6c785b276db4175a5a644d3c82ae63b39240 (plain)
1
2
3
4
5
6
import "../autotest.qbs" as AutoTest

AutoTest {
    testName: "tools"
    files: ["tst_tools.cpp"]
}