Skip to content

Commit

Permalink
Update cmakelists, install skip_test.xml in build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sbutnari committed Feb 19, 2025
1 parent 59dd10e commit f49eac1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/plugins/intel_npu/tests/functional/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ set(EXCLUDED_FUNC_TESTS_DIR "")
set(OPTIONAL_FUNC_TESTS_INCLUDES "")
set(OPTIONAL_FUNC_TESTS_LIBS "")

set(SKIP_CONFIG "skip_tests.xml")
set(SKIP_CONFIG_PATH ${CMAKE_CURRENT_SOURCE_DIR}/shared_tests_instances/${SKIP_CONFIG})

list(APPEND OPTIONAL_FUNC_TESTS_INCLUDES
"${OpenVINO_SOURCE_DIR}/src/plugins/intel_npu/src/compiler_adapter/include")

Expand Down Expand Up @@ -66,3 +69,7 @@ install(
RUNTIME DESTINATION tests
COMPONENT tests
EXCLUDE_FROM_ALL)

install(FILES ${SKIP_CONFIG_PATH}
DESTINATION tests
COMPONENT tests)

0 comments on commit f49eac1

Please sign in to comment.