mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
Force coverage tests to run in simulation mode (#8251)
* Force coverage tests to run in simulation mode
* Revert "Force coverage tests to run in simulation mode"
This reverts commit e4ec719e6f.
* Force coverage tests to run in simulation mode
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
@@ -107,3 +107,7 @@ 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