Skip to content

Commit

Permalink
Replace func_test_utils with common
Browse files Browse the repository at this point in the history
in `ov_proxy_plugin_tests`
  • Loading branch information
vurusovs committed Feb 23, 2024
1 parent c768c0e commit 155cbcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plugins/proxy/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ set(TARGET_NAME ov_proxy_plugin_tests)

set(DEPENDENCIES
mock_engine
openvino::runtime
func_test_utils
)

set(COMPILE_DEFINITIONS "CI_BUILD_NUMBER=\"mock_version\"")
Expand Down Expand Up @@ -36,7 +34,7 @@ ov_add_test_target(
openvino::runtime::dev
gtest
gtest_main
func_test_utils
common_test_utils
ADD_CLANG_FORMAT
LABELS
OV UNIT PROXY
Expand Down

0 comments on commit 155cbcf

Please sign in to comment.