mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 11:10:52 +00:00
Run the AddressSanitizer during tests (#5815)
* Run the AddressSanitizer during tests * Show details for test failures
This commit is contained in:
@@ -12,4 +12,4 @@ build_src_filter = ${portduino_base.build_src_filter}
|
||||
|
||||
[env:coverage]
|
||||
extends = env:native
|
||||
build_flags = -lgcov --coverage -fprofile-abs-path ${env:native.build_flags}
|
||||
build_flags = -lgcov --coverage -fprofile-abs-path -fsanitize=address ${env:native.build_flags}
|
||||
|
||||
Reference in New Issue
Block a user