Add FacadeTest
This commit is contained in:
@@ -148,6 +148,12 @@ if(BUILD_TESTING)
|
||||
target_link_options(api_test PRIVATE -fsanitize=address,undefined)
|
||||
add_test(NAME api_test COMMAND api_test)
|
||||
|
||||
add_executable(facade_test FacadeTest.cpp)
|
||||
target_link_libraries(facade_test PRIVATE ${PROJECT_NAME})
|
||||
target_compile_options(facade_test PRIVATE -fsanitize=address,undefined
|
||||
${TEST_FLAGS})
|
||||
target_link_options(facade_test PRIVATE -fsanitize=address,undefined)
|
||||
|
||||
# symbol visibility tests
|
||||
if(NOT CMAKE_BUILD_TYPE STREQUAL Debug)
|
||||
if(APPLE)
|
||||
|
Reference in New Issue
Block a user