Skip to content

Commit

Permalink
MIVisionX ASAN - Exclude library_tests from ASAN pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindcheru authored and kiritigowda committed Nov 9, 2023
1 parent fa83e04 commit 6dbbd53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/openvx_api_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
cmake_minimum_required(VERSION 3.5)

# TBD - Install additional data indepedent tests
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../library_tests DESTINATION ${CMAKE_INSTALL_DATADIR}/mivisionx/tests)
if(NOT ENABLE_ASAN_PACKAGING)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../library_tests DESTINATION ${CMAKE_INSTALL_DATADIR}/mivisionx/tests)
endif()

# default run
# canny
Expand Down

0 comments on commit 6dbbd53

Please sign in to comment.