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:
Marcus Tillmanns
2023-01-18 08:15:08 +01:00
parent 978639b995
commit 3873bcf2a4
8 changed files with 57 additions and 8 deletions

View File

@@ -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 >