mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Related-To: NEO-4838 Change-Id: I43cdd9108046239ec2535a9010762fb767b0c1eb Signed-off-by: Andrzej Swierczynski <andrzej.swierczynski@intel.com>
11 lines
193 B
CMake
11 lines
193 B
CMake
#
|
|
# Copyright (C) 2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(TESTS_CFL)
|
|
set(unit_test_config "cfl/1/3/6/0")
|
|
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
|
endif()
|