2018-03-15 08:53:27 +01:00
|
|
|
#
|
2020-02-22 22:21:06 +01:00
|
|
|
# Copyright (C) 2018-2020 Intel Corporation
|
2018-03-15 08:53:27 +01:00
|
|
|
#
|
2018-09-18 09:11:08 +02:00
|
|
|
# SPDX-License-Identifier: MIT
|
2018-03-15 08:53:27 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
if(TESTS_BXT)
|
|
|
|
set(IGDRCL_SRCS_tests_gen9_bxt
|
2020-08-19 12:18:18 +02:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/device_tests_bxt.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps_bxt.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_bxt.cpp
|
2018-03-15 08:53:27 +01:00
|
|
|
)
|
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_gen9_bxt})
|
|
|
|
add_subdirectories()
|
2020-09-24 08:09:02 -07:00
|
|
|
neo_copy_test_files_with_revision(copy_test_files_bxt_0 bxt 0)
|
2020-10-06 15:26:28 +02:00
|
|
|
add_dependencies(copy_test_files_per_product copy_test_files_bxt_0)
|
2018-03-15 08:53:27 +01:00
|
|
|
endif()
|