18 lines
497 B
CMake
18 lines
497 B
CMake
#
|
|
# Copyright (C) 2018-2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(TESTS_LKF)
|
|
set(IGDRCL_SRCS_tests_gen11_lkf
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_lkf.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps_lkf.cpp
|
|
)
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_gen11_lkf})
|
|
add_subdirectories()
|
|
set(unit_test_config "lkf/1/8/8")
|
|
include(${OPENCL_UNIT_TEST_DIR}/cmake/run_ult_target.cmake)
|
|
endif()
|