HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sfdk check — Perform quality checks. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/mas

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandqualityperformclimoreinformationsfdk checkchecks

Problem

How to use the sfdk check command: Perform quality checks. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.cmake.adoc>.

Solution

sfdk check — Perform quality checks. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.cmake.adoc>.

Display test suites:
sfdk check --list-suites


Run all or essential test suites:
sfdk check


Add testing level to the check:
sfdk check {{[-l|--levels]}} +{{level}}


Remove testing level from the check:
sfdk check {{[-l|--levels]}} -{{level}}


Add testing suite to the check:
sfdk check {{[-s|--suites]}} +{{suite}}


Remove testing suite from the check:
sfdk check {{[-s|--suites]}} -{{suite}}

Code Snippets

Display test suites

sfdk check --list-suites

Run all or essential test suites

sfdk check

Add testing level to the check

sfdk check {{[-l|--levels]}} +{{level}}

Remove testing level from the check

sfdk check {{[-l|--levels]}} -{{level}}

Add testing suite to the check

sfdk check {{[-s|--suites]}} +{{suite}}

Context

tldr-pages: common/sfdk check

Revisions (0)

No revisions yet.