mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Rename plus in filenames to and_later
Related-To: NEO-5920 Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d8dd93dea6
commit
aa5e1780a2
@@ -23,8 +23,8 @@ set(NEO_SHARED_TESTS_CMD_PARSE
|
||||
|
||||
if(TESTS_XEHP_AND_LATER)
|
||||
list(APPEND NEO_SHARED_TESTS_CMD_PARSE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmd_parse_xehp_plus.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmd_parse_l3_control_xehp_plus.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmd_parse_xehp_and_later.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/cmd_parse_l3_control_xehp_and_later.inl
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "shared/test/common/cmd_parse/cmd_parse_compute_mi_arb.inl"
|
||||
#include "shared/test/common/cmd_parse/cmd_parse_compute_mode.inl"
|
||||
#include "shared/test/common/cmd_parse/cmd_parse_compute_walker.inl"
|
||||
#include "shared/test/common/cmd_parse/cmd_parse_l3_control_xehp_plus.inl"
|
||||
#include "shared/test/common/cmd_parse/cmd_parse_l3_control_xehp_and_later.inl"
|
||||
#include "shared/test/common/cmd_parse/hw_parse.h"
|
||||
#include "shared/test/common/cmd_parse/hw_parse.inl"
|
||||
|
||||
Reference in New Issue
Block a user