mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 05:52:19 +08:00
build: add ARL ULT runner
Related-To: NEO-8187 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5edd314104
commit
0d8b1e8a90
9
target_unit_tests/xe_hpg_core/arl/CMakeLists.txt
Normal file
9
target_unit_tests/xe_hpg_core/arl/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Copyright (C) 2023 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_ARL)
|
||||
include(${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}enable_arl_testing.cmake)
|
||||
endif()
|
||||
10
target_unit_tests/xe_hpg_core/arl/enable_arl_testing.cmake
Normal file
10
target_unit_tests/xe_hpg_core/arl/enable_arl_testing.cmake
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# Copyright (C) 2023 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_ARL)
|
||||
set(unit_test_config "arl/2/4/5/0") # non-zero values for unit tests
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
||||
endif()
|
||||
Reference in New Issue
Block a user