test: Add tests for Xe3 commands header

Signed-off-by: Kindracki, Jakub Tomasz <jakub.tomasz.kindracki@intel.com>
This commit is contained in:
Kindracki, Jakub Tomasz
2025-07-10 11:18:08 +00:00
committed by Compute-Runtime-Automation
parent 3ed70273cb
commit d8170a4c35
3 changed files with 5655 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#
# Copyright (C) 2025 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
add_subdirectories()

View File

@@ -0,0 +1,12 @@
#
# Copyright (C) 2025 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_XE3_CORE)
target_sources(neo_shared_tests PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
${CMAKE_CURRENT_SOURCE_DIR}/hw_cmds_generated_xe3_core_tests.cpp
)
endif()

File diff suppressed because it is too large Load Diff