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