File tree Expand file tree Collapse file tree 3 files changed +4
-516
lines changed
level_zero/tools/test/unit_tests/sources/sysman/performance/linux Expand file tree Collapse file tree 3 files changed +4
-516
lines changed Original file line number Diff line number Diff line change 66
77set (L0_TESTS_TOOLS_SYSMAN_PERFORMANCE_LINUX
88 ${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.txt
9+ ${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX} test_zes_performance.cpp
10+ ${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX} mock_sysfs_performance.h
911)
1012
11- if (NEO_ENABLE_i915_PRELIM_DETECTION)
12- list (APPEND L0_TESTS_TOOLS_SYSMAN_PERFORMANCE_LINUX
13- ${CMAKE_CURRENT_SOURCE_DIR} /test_zes_performance_prelim.cpp
14- ${CMAKE_CURRENT_SOURCE_DIR} /mock_sysfs_performance_prelim.h
15- )
16- else ()
17- list (APPEND L0_TESTS_TOOLS_SYSMAN_PERFORMANCE_LINUX
13+ if ((NEO_ENABLE_i915_PRELIM_DETECTION) AND ("${BRANCH_TYPE} " STREQUAL "" ))
14+ list (REMOVE_ITEM L0_TESTS_TOOLS_SYSMAN_PERFORMANCE_LINUX
1815 ${CMAKE_CURRENT_SOURCE_DIR} /test_zes_performance.cpp
1916 ${CMAKE_CURRENT_SOURCE_DIR} /mock_sysfs_performance.h
2017 )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments