2020-07-01 16:14:41 +00:00
|
|
|
type: Group
|
|
|
|
instructions:
|
|
|
|
- type: Group
|
|
|
|
instructions:
|
|
|
|
- !include "{{qt/qtbase}}/coin_module_test_template_common.yaml"
|
|
|
|
- type: Group
|
|
|
|
instructions:
|
|
|
|
- !include "{{qt/qtbase}}/cmake_regular_test_instructions_enforced.yaml"
|
|
|
|
enable_if:
|
|
|
|
condition: or
|
|
|
|
conditions:
|
|
|
|
- condition: property
|
|
|
|
property: host.os
|
|
|
|
equals_property: target.os
|
|
|
|
- condition: property
|
|
|
|
property: target.osVersion
|
2022-08-17 11:31:02 +00:00
|
|
|
in_values: [QEMU, QNX_710, IOS_ANY]
|
2020-09-09 05:32:21 +00:00
|
|
|
- condition: property
|
|
|
|
property: features
|
|
|
|
contains_value: AndroidTestRun
|
2020-07-01 16:14:41 +00:00
|
|
|
disable_if:
|
|
|
|
condition: property
|
|
|
|
property: features
|
|
|
|
contains_value: DisableTests
|