mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 05:56:36 +08:00
Resolves: NEO-5092 Change-Id: I544247a057a667ce6423f2e59ba4ca769e866479 Signed-off-by: Piotr Zdunowski <piotr.zdunowski@intel.com>
11 lines
196 B
CMake
11 lines
196 B
CMake
#
|
|
# Copyright (C) 2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(TESTS_ADLS)
|
|
set(unit_test_config "adls/1/2/16/0")
|
|
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
|
endif()
|