build: add ARL ULT runner

Related-To: NEO-8187
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-12-11 10:28:41 +00:00
committed by Compute-Runtime-Automation
parent 5edd314104
commit 0d8b1e8a90
2 changed files with 19 additions and 0 deletions

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

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