forked from qt-creator/qt-creator
AutoTest: Add option to disable derived checks
Previously the quick test parser would always check each symbol its interested in to see if it might be derived from "TestCase". This is very expensive. This patch adds an option allowing the user to enable or disable the check. By default the check is disabled. Change-Id: Ia6b230b344add672e53ad7fb52845c78a2914b99 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -463,6 +463,11 @@
|
||||
inside the spin box next to it. Set the number to 0 if you want no limit
|
||||
at all. The default number is 2000.
|
||||
|
||||
To check for Qt Quick Tests that are derived from TestCase select the
|
||||
\uicontrol {Check for derived Qt Quick tests} check box.
|
||||
Note: this feature is rather expensive and will increase the
|
||||
scan time significantly.
|
||||
|
||||
\section2 Specifying Settings for Running Google Tests
|
||||
|
||||
To specify settings for running Google tests, select \uicontrol Edit >
|
||||
|
||||
Reference in New Issue
Block a user