mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
test/auto-pts: enable coverage
This commit is contained in:
parent
ee858f057f
commit
e5411deb54
@ -62,8 +62,8 @@ set(SOURCES
|
||||
${SOURCES_ZEPHYR}
|
||||
)
|
||||
|
||||
add_compile_options( -fsanitize=address)
|
||||
add_link_options( -fsanitize=address)
|
||||
add_compile_options( -fsanitize=address --coverage)
|
||||
add_link_options( -fsanitize=address --coverage)
|
||||
|
||||
# create static lib
|
||||
add_library(btstack STATIC ${SOURCES})
|
||||
|
Loading…
x
Reference in New Issue
Block a user