summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/src/qttestlib-manual.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/doc/src/qttestlib-manual.qdoc')
-rw-r--r--src/testlib/doc/src/qttestlib-manual.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/testlib/doc/src/qttestlib-manual.qdoc b/src/testlib/doc/src/qttestlib-manual.qdoc
index 70bc6112c0..c44bb49ae3 100644
--- a/src/testlib/doc/src/qttestlib-manual.qdoc
+++ b/src/testlib/doc/src/qttestlib-manual.qdoc
@@ -247,6 +247,12 @@
2000.
\li \c -nocrashhandler \br
Disables the crash handler on Unix platforms.
+ \li \c -platform \e name \br
+ This command line argument applies to all Qt applications, but might be
+ especially useful in the context of auto-testing. By using the "offscreen"
+ platform plugin (-platform offscreen) it's possible to have tests that use
+ QWidget or QWindow run without showing anything on the screen. Currently
+ the offscreen platform plugin is only fully supported on X11.
\endlist
\section3 Benchmarking Options
@@ -262,6 +268,8 @@
Counts events received during benchmarks.
\li \c -minimumvalue \e n \br
Sets the minimum acceptable measurement value.
+ \li \c -minimumtotal \e n \br
+ Sets the minimum acceptable total for repeated executions of a test function.
\li \c -iterations \e n \br
Sets the number of accumulation iterations.
\li \c -median \e n \br