Doc: Change links from froglogic to qt domain
Pick-to: 5.15 6.2 6.4 Change-Id: Ic249f8dfa168948eddc83f35314708ffb40e75b1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
parent
3cb3218797
commit
486c8aae62
@ -563,6 +563,6 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\externalpage https://www.froglogic.com/testcenter/
|
||||
\title Squish Test Center
|
||||
\externalpage https://www.qt.io/product/quality-assurance/test-center
|
||||
\title Test Center
|
||||
*/
|
||||
|
@ -1,8 +1,8 @@
|
||||
// Copyright (C) 2019 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||||
/*!
|
||||
\externalpage https://www.froglogic.com/coco/
|
||||
\title Froglogic Coco Code Coverage
|
||||
\externalpage https://www.qt.io/product/quality-assurance/coco
|
||||
\title Coco
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
@ -171,7 +171,7 @@
|
||||
|
||||
\section2 Use Coverage Tools
|
||||
|
||||
Use a coverage tool such as \l {Froglogic Coco Code Coverage} or \l {gcov}
|
||||
Use a coverage tool such as \l {Coco} or \l {gcov}
|
||||
to help write tests that cover as many statements, branches, and conditions
|
||||
as possible in the function or class being tested. The earlier this is done
|
||||
in the development cycle for a new feature, the easier it will be to catch
|
||||
|
@ -28,7 +28,7 @@ QT_BEGIN_NAMESPACE
|
||||
QJUnitTestLogger implements logging in a JUnit-compatible XML format.
|
||||
|
||||
The \l{JUnit XML} format was originally developed for Java testing.
|
||||
It is supported by \l{Squish Test Center}.
|
||||
It is supported by \l{Test Center}.
|
||||
*/
|
||||
// QTBUG-95424 links to further useful documentation.
|
||||
|
||||
|
@ -31,7 +31,7 @@ function(qt_internal_apply_testlib_coverage_options target)
|
||||
--cs-mcc # enable Multiple Condition Coverage
|
||||
--cs-mcdc # enable Multiple Condition / Decision Coverage
|
||||
# (recommended for ISO 26262 ASIL A, B and C -- highly recommended for ASIL D)
|
||||
# https://doc.froglogic.com/squish-coco/4.1/codecoverage.html#sec%3Amcdc
|
||||
# https://doc.qt.io/coco/code-coverage-analysis.html#mc-dc
|
||||
)
|
||||
target_compile_options(${target} PRIVATE
|
||||
${testlib_coverage_options}
|
||||
|
Loading…
Reference in New Issue
Block a user