mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 11:10:52 +00:00
Force coverage tests to run in simulation mode
This commit is contained in:
@@ -107,3 +107,5 @@ build_src_filter = ${env:native-tft.build_src_filter}
|
|||||||
[env:coverage]
|
[env:coverage]
|
||||||
extends = env:native
|
extends = env:native
|
||||||
build_flags = -lgcov --coverage -fprofile-abs-path -fsanitize=address ${env:native.build_flags}
|
build_flags = -lgcov --coverage -fprofile-abs-path -fsanitize=address ${env:native.build_flags}
|
||||||
|
; https://docs.platformio.org/en/latest/projectconf/sections/env/options/test/test_testing_command.html
|
||||||
|
test_testing_command = ${platformio.build_dir}/${this.__env__}/program -s
|
||||||
|
|||||||
Reference in New Issue
Block a user