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:
Szymon Morek
2021-08-03 11:48:35 +00:00
committed by Compute-Runtime-Automation
parent d8dd93dea6
commit aa5e1780a2
251 changed files with 298 additions and 298 deletions

View File

@@ -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()

View File

@@ -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"