mirror of
https://github.com/overte-org/overte.git
synced 2025-06-19 01:01:10 +02:00
Add ASAN/UBSAN support to shared tests
This commit is contained in:
parent
b5d9a4dbba
commit
d9468f33aa
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
|
|
||||||
# Declare dependencies
|
# Declare dependencies
|
||||||
macro (setup_testcase_dependencies)
|
macro (setup_testcase_dependencies)
|
||||||
|
setup_memory_debugger()
|
||||||
|
setup_thread_debugger()
|
||||||
|
|
||||||
|
|
||||||
# link in the shared libraries
|
# link in the shared libraries
|
||||||
link_hifi_libraries(shared test-utils)
|
link_hifi_libraries(shared test-utils)
|
||||||
|
|
Loading…
Reference in a new issue