2020-08-21 02:50:19 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2018-2020 Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
#
|
|
|
|
|
|
|
|
if(TESTS_RKL)
|
|
|
|
set(IGDRCL_SRCS_tests_gen12lp_rkl
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_hw_helper_rkl.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_rkl.cpp
|
2020-09-03 15:06:11 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/excludes_rkl.cpp
|
2020-08-21 02:50:19 +08:00
|
|
|
)
|
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_gen12lp_rkl})
|
|
|
|
add_subdirectories()
|
2020-09-24 23:09:02 +08:00
|
|
|
neo_copy_test_files_with_revision(copy_test_files_rkl_0 rkl 0)
|
|
|
|
add_dependencies(unit_tests copy_test_files_rkl_0)
|
2020-08-21 02:50:19 +08:00
|
|
|
endif()
|