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:
Kai Köhne 2022-11-30 15:02:30 +01:00
parent 3cb3218797
commit 486c8aae62
5 changed files with 7 additions and 7 deletions

View File

@ -563,6 +563,6 @@
*/ */
/*! /*!
\externalpage https://www.froglogic.com/testcenter/ \externalpage https://www.qt.io/product/quality-assurance/test-center
\title Squish Test Center \title Test Center
*/ */

View File

@ -1,8 +1,8 @@
// Copyright (C) 2019 The Qt Company Ltd. // Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*! /*!
\externalpage https://www.froglogic.com/coco/ \externalpage https://www.qt.io/product/quality-assurance/coco
\title Froglogic Coco Code Coverage \title Coco
*/ */
/*! /*!

View File

@ -171,7 +171,7 @@
\section2 Use Coverage Tools \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 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 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 in the development cycle for a new feature, the easier it will be to catch

View File

@ -28,7 +28,7 @@ QT_BEGIN_NAMESPACE
QJUnitTestLogger implements logging in a JUnit-compatible XML format. QJUnitTestLogger implements logging in a JUnit-compatible XML format.
The \l{JUnit XML} format was originally developed for Java testing. 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. // QTBUG-95424 links to further useful documentation.

View File

@ -31,7 +31,7 @@ function(qt_internal_apply_testlib_coverage_options target)
--cs-mcc # enable Multiple Condition Coverage --cs-mcc # enable Multiple Condition Coverage
--cs-mcdc # enable Multiple Condition / Decision Coverage --cs-mcdc # enable Multiple Condition / Decision Coverage
# (recommended for ISO 26262 ASIL A, B and C -- highly recommended for ASIL D) # (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 target_compile_options(${target} PRIVATE
${testlib_coverage_options} ${testlib_coverage_options}