mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-05 20:36:28 +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
|
||||
macro (setup_testcase_dependencies)
|
||||
setup_memory_debugger()
|
||||
setup_thread_debugger()
|
||||
|
||||
|
||||
# link in the shared libraries
|
||||
link_hifi_libraries(shared test-utils)
|
||||
|
|
Loading…
Reference in a new issue