aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/path-probe/single-file-suffixes.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/path-probe/single-file-suffixes.qbs')
-rw-r--r--tests/auto/blackbox/testdata/path-probe/single-file-suffixes.qbs6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/path-probe/single-file-suffixes.qbs b/tests/auto/blackbox/testdata/path-probe/single-file-suffixes.qbs
new file mode 100644
index 000000000..4442e719a
--- /dev/null
+++ b/tests/auto/blackbox/testdata/path-probe/single-file-suffixes.qbs
@@ -0,0 +1,6 @@
+BaseApp {
+ inputNames: "tool"
+ inputSearchPaths: "bin"
+ inputNameSuffixes: [".1", ".2"]
+ outputFilePaths: ["bin/tool.1"]
+}