Skip to content

Commit

Permalink
TESTS: Don't use ASAN for external tests so they can be easily copy-p…
Browse files Browse the repository at this point in the history
…asted
  • Loading branch information
HappySeaFox committed Nov 16, 2023
1 parent 6fd4ace commit 8355236
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tests/external/link/c++/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ set(CMAKE_CXX_EXTENSIONS OFF)
include(CheckCSourceRuns)
include(CMakePushCheckState)

set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/../../../../cmake" "${CMAKE_MODULE_PATH}")
include(sail_enable_asan)

add_executable(external-c++-api-link main.cpp)

sail_enable_asan(TARGET external-c++-api-link)
Expand Down
3 changes: 0 additions & 3 deletions tests/external/link/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ project(external-c-api-link)
include(CheckCSourceRuns)
include(CMakePushCheckState)

set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/../../../../cmake" "${CMAKE_MODULE_PATH}")
include(sail_enable_asan)

add_executable(external-c-api-link main.c)

sail_enable_asan(TARGET external-c-api-link)
Expand Down

0 comments on commit 8355236

Please sign in to comment.