aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/path-probe/non-existent-selector.qbs
blob: aabb0fe7b7cc7523f9a641b5817a10efa229dd3f (plain)
1
2
3
4
5
6
7
8
9
BaseApp {
    inputSelectors: [
        "tool.1",
        "nonexistent",
        "tool.2",
    ]
    inputSearchPaths: "bin"
    outputCandidatePaths: [["bin/tool.1"], ["bin/nonexistent"], ["bin/tool.2"]]
}