mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
- set revision = 9 for gen9 Change-Id: Icd8b73003eee3b1d32dbe3014c93174441e21f6a Signed-off-by: Mateusz Hoppe <mateusz.hoppe@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/9")
|
|
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
|
endif()
|