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 19bdcfe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions tests/external/link/c++/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,8 @@ 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)

# Add SAIL dependency
#
find_package(SailC++ REQUIRED)
Expand Down
5 changes: 0 additions & 5 deletions tests/external/link/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ 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)

# Add SAIL dependency
#
find_package(Sail REQUIRED)
Expand Down

0 comments on commit 19bdcfe

Please sign in to comment.