mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 02:25:04 +00:00
Running sanitycheck for multiple platforms but only request coverage on a single platform fails, example: sanitycheck --enable-coverage --coverage-platform nrf52840dk_nrf52840 -p nrf52840dk_nrf52840 -p nrf52dk_nrf52832 -T <sample> This happens because `testcase_extra.conf` will only be created if the current platform is included in the list of coverage platforms. The error in the example above that would be seen is: File not found: <...>/sanitycheck/testcase_extra.conf This commit now uses the existence of `testcase_extra.conf` which is created in the method `create_overlay()` before appending the conf file to the list of overlay files. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> |
||
---|---|---|
.. | ||
checkpatch | ||
ci | ||
coccinelle | ||
coredump | ||
dts | ||
footprint | ||
gitlint | ||
kconfig | ||
net | ||
release | ||
sanity_chk | ||
support | ||
tests | ||
tracing | ||
west_commands | ||
.gitignore | ||
checkpatch.pl | ||
checkstack.pl | ||
coccicheck | ||
dir_is_writeable.py | ||
file2hex.py | ||
filter-known-issues.py | ||
gen_app_partitions.py | ||
gen_cfb_font_header.py | ||
gen_gcov_files.py | ||
gen_kobject_list.py | ||
gen_offset_header.py | ||
gen_relocate_app.py | ||
gen_syscalls.py | ||
get_maintainer.py | ||
mergehex.py | ||
parse_syscalls.py | ||
process_gperf.py | ||
requirements-base.txt | ||
requirements-build-test.txt | ||
requirements-compliance.txt | ||
requirements-doc.txt | ||
requirements-extras.txt | ||
requirements-run-test.txt | ||
requirements.txt | ||
sanitycheck | ||
series-push-hook.sh | ||
spelling.txt | ||
subfolder_list.py | ||
tags.sh | ||
user_wordsize.py | ||
valgrind.supp | ||
west-commands.yml | ||
zephyr_module.py |