snippetbashTip
sfdk check — Perform quality checks. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/mas
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-suitesRun all or essential test suites:
sfdk checkAdd 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-suitesRun all or essential test suites
sfdk checkAdd 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.