From b866ab0509a7eb12a6e20e946965bf99fd506993 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Sun, 6 May 2018 13:08:52 -1000 Subject: [PATCH] Add sanitizers to executable targets --- hecl/extern/boo | 2 +- hecl/test/CMakeLists.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hecl/extern/boo b/hecl/extern/boo index edf2c1e34..8241df0a1 160000 --- a/hecl/extern/boo +++ b/hecl/extern/boo @@ -1 +1 @@ -Subproject commit edf2c1e34df6a27e287dcea1f80f677ce51133f9 +Subproject commit 8241df0a1be09dbee177f467104b2a7c53506ce7 diff --git a/hecl/test/CMakeLists.txt b/hecl/test/CMakeLists.txt index 1b64110b2..0aff6bfc0 100644 --- a/hecl/test/CMakeLists.txt +++ b/hecl/test/CMakeLists.txt @@ -3,3 +3,6 @@ target_link_libraries(heclTest hecl-full hecl-blender-addon athena-core athena-libyaml xxhash logvisor boo ${ZLIB_LIBRARIES} ${LZO_LIB} ${BOO_SYS_LIBS}) +if(COMMAND add_sanitizers) + add_sanitizers(heclTest) +endif() \ No newline at end of file