aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-04-30 15:55:34 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-05-07 06:58:47 +0000
commit3096c93ded3ea0fff0c3b239982ab0d446f352a3 (patch)
tree4c28bbcf1f0e3fbf7a82d164632f2c947f93b631 /doc
parent4a1c5a12928cc434f06132ea9a3f7e501115636c (diff)
Add AutotestRunner.auxiliaryInputs
This is a set of file tags representing run-time dependencies of the test executables. [ChangeLog] Added the AutotestRunner.auxiliaryInputs property for specifying run-time dependencies of test executables Change-Id: If1ac6256d83f535b8be859a096062f07b0070729 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/items/convenience/autotestrunner.qdoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/reference/items/convenience/autotestrunner.qdoc b/doc/reference/items/convenience/autotestrunner.qdoc
index 034c8c3e2..f471d4bea 100644
--- a/doc/reference/items/convenience/autotestrunner.qdoc
+++ b/doc/reference/items/convenience/autotestrunner.qdoc
@@ -78,6 +78,18 @@
*/
/*!
+ \qmlproperty stringList AutotestRunner::auxiliaryInputs
+
+ This property can contain arbitrary file tags. The AutotestRunner will get dependencies
+ on all products whose type matches at least one of these tags, and invocation of the
+ test executables will happen only after all of the respective artifacts have been built.
+ Set this property if your test executables have run-time dependencies on other products.
+
+ \nodefaultvalue
+ \since Qbs 1.12
+*/
+
+/*!
\qmlproperty stringList AutotestRunner::environment
A list of environment variables that are added to the run environment.