aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/path-probe/mult-files-mult-variants.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/path-probe/mult-files-mult-variants.qbs')
-rw-r--r--tests/auto/blackbox/testdata/path-probe/mult-files-mult-variants.qbs9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/path-probe/mult-files-mult-variants.qbs b/tests/auto/blackbox/testdata/path-probe/mult-files-mult-variants.qbs
new file mode 100644
index 000000000..60c56e6b4
--- /dev/null
+++ b/tests/auto/blackbox/testdata/path-probe/mult-files-mult-variants.qbs
@@ -0,0 +1,9 @@
+BaseApp {
+ inputSelectors: [
+ "tool",
+ ["tool.1", "tool.2"],
+ {names : ["tool.3", "tool.4"]},
+ ]
+ inputSearchPaths: "bin"
+ outputFilePaths: ["bin/tool", "bin/tool.1", "bin/tool.3"]
+}