SWDEV-427554 - Temporarily disable building of unittest in ASAN builds

Unittest is failing in ASAN builds. To unblock ASAN builds, disabling the same as a workaround
The test will run in non-asan builds

Change-Id: Ib3c8d7a2c77aa83e9c6260e9b47ccb0564f789e8
Tá an tiomantas seo le fáil i:
Ranjith Ramakrishnan
2023-10-25 17:43:13 -07:00
tuismitheoir 623d614d77
tiomantas 8babd28a50
+4 -2
Féach ar an gComhad
@@ -1,2 +1,4 @@
add_subdirectory(profiler)
add_subdirectory(core)
if(NOT ENABLE_ASAN_PACKAGING)
add_subdirectory(profiler)
add_subdirectory(core)
endif()