Skip to content

Commit

Permalink
Revert debug changes to CMakeLists: cpuDebugFuncTests files
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNovoselov committed Nov 16, 2022
1 parent bacfa7a commit cb8a440
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plugins/intel_cpu/tests/functional/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ set(TARGET_NAME ov_cpu_func_tests)
# is a specific version for debugging purpose, just set DEBUG_SRC_PATH
# to the test case to be debugged and debug using cpuDebugFuncTests
set(DEBUG_TARGET_NAME cpuDebugFuncTests)
set(DEBUG_SRC_PATH ${CMAKE_CURRENT_SOURCE_DIR}/shared_tests_instances/snippets/transpose.cpp
${CMAKE_CURRENT_SOURCE_DIR}/shared_tests_instances/snippets/add.cpp
${CMAKE_CURRENT_SOURCE_DIR}/shared_tests_instances/snippets/convert.cpp)
set(DEBUG_SRC_PATH ${CMAKE_CURRENT_SOURCE_DIR}/subgraph_tests/src/conv_sum_broadcast.cpp)

add_library(cpuSpecificRtInfo STATIC $<TARGET_PROPERTY:openvino_intel_cpu_plugin,SOURCE_DIR>/src/utils/rt_info/memory_formats_attribute.hpp
$<TARGET_PROPERTY:openvino_intel_cpu_plugin,SOURCE_DIR>/src/utils/rt_info/memory_formats_attribute.cpp)
Expand Down

0 comments on commit cb8a440

Please sign in to comment.