mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Opensource adln
Related-To: NEO-6818 Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
adfc3a1e7a
commit
1b7555a49d
9
target_unit_tests/gen12lp/adln/CMakeLists.txt
Normal file
9
target_unit_tests/gen12lp/adln/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
#
|
||||
# Copyright (C) 2022 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_ADLN)
|
||||
include(${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}enable_adln_testing.cmake)
|
||||
endif()
|
10
target_unit_tests/gen12lp/adln/enable_adln_testing.cmake
Normal file
10
target_unit_tests/gen12lp/adln/enable_adln_testing.cmake
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Copyright (C) 2022 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_ADLN)
|
||||
set(unit_test_config "adln/1/2/8/0") # non-zero values for unit tests
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
||||
endif()
|
Reference in New Issue
Block a user