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