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