mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
11 lines
228 B
CMake
11 lines
228 B
CMake
#
|
|
# 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()
|