mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
test: Add tests for Xe3 commands header
Signed-off-by: Kindracki, Jakub Tomasz <jakub.tomasz.kindracki@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3ed70273cb
commit
d8170a4c35
7
shared/test/unit_test/generated/CMakeLists.txt
Normal file
7
shared/test/unit_test/generated/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# Copyright (C) 2025 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
add_subdirectories()
|
||||
12
shared/test/unit_test/generated/xe3_core/CMakeLists.txt
Normal file
12
shared/test/unit_test/generated/xe3_core/CMakeLists.txt
Normal 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
Reference in New Issue
Block a user