Qt Creator has the possibility to "Run Selected Tests". Is there any option in qbs to deselect some tests as default?
Asked
Active
Viewed 47 times
1 Answers
1
As far as I am aware, qbs doesn't have this ability natively. However, you can select specific tests to run from Qt Creator from the "Tests" sidebar.
Alternatively, you could try to select some tests using the condition property on a group.

Tick-Tock-Man
- 11
- 2