mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-09 08:26:34 +08:00
Enable test building for all modules VxWorks is to be ported to. Set modules that fail as insignificant. Keep x86_64 target as insignificantTests, due to it requiring change in qtbase, after which it can be default significant. Change-Id: I3c373a2a548c71515901c180e299738f5326c8a4 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
17 lines
545 B
YAML
17 lines
545 B
YAML
Version: 2
|
|
Include: [
|
|
cmake_platforms.yaml,
|
|
address_sanitizer_platforms.yaml,
|
|
cmake_platforms_qemu_vxworks_buildtest_static.yaml,
|
|
cmake_platforms_qemu_vxworks_tests_static.yaml
|
|
]
|
|
Configurations: []
|
|
Overrides:
|
|
# Make VxWorks tests insignificant.
|
|
-
|
|
Id: 'vxworks-imx6-tests'
|
|
Features: ['PinCores', 'VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests']
|
|
-
|
|
Id: 'vxworks-x86_64-tests'
|
|
Features: ['PinCores', 'VMSize8', 'UseConfigure', 'BuildTestsInTest', 'TestOnly', 'InsignificantTests']
|