zephyr/scripts/pylib/twister/twisterlib
Maciej Perkowski 5af2140927 twister: Use proper warnings-to-errors command for sysbuild
If sysbuild is used a flag SB_CONFIG_COMPILER_WARNINGS_AS_ERRORS
has to be used in order to turn warings to errors on all images.
Align pytest tests with the change.

Fixes: #67360

Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
2024-03-18 15:41:53 +01:00
..
cmakecache.py
config_parser.py
coverage.py
environment.py twister: only parse specified tests when using --test 2024-02-16 13:00:32 +01:00
error.py
handlers.py twister: handler: update missing status of failed tests 2024-03-13 08:39:37 +01:00
hardwaremap.py
harness.py twister: fix exception message 2024-03-13 08:39:37 +01:00
jobserver.py
log_helper.py
mixins.py
package.py scripts: tests: --package-artifacts fix, blackbox tests 2024-03-11 16:12:55 -04:00
platform.py twister: tests: fix tests by mocking platform attributes 2024-03-04 14:05:22 -05:00
quarantine.py
reports.py hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
runner.py twister: Use proper warnings-to-errors command for sysbuild 2024-03-18 15:41:53 +01:00
size_calc.py
testinstance.py twister: qemu: Fix device tests skipped when QEMU not installed 2024-03-15 06:29:05 -04:00
testplan.py hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
testsuite.py twister: always add integration platforms to platform scope 2024-02-16 13:00:44 +01:00
twister_main.py