2017-12-21 07:45:38 +08:00
|
|
|
#
|
2019-01-17 20:55:49 +08:00
|
|
|
# Copyright (C) 2018-2019 Intel Corporation
|
2017-12-21 07:45:38 +08:00
|
|
|
#
|
2018-09-18 15:11:08 +08:00
|
|
|
# SPDX-License-Identifier: MIT
|
2017-12-21 07:45:38 +08:00
|
|
|
#
|
|
|
|
|
2018-03-08 21:20:16 +08:00
|
|
|
set(IGDRCL_SRCS_tests_os_interface_base
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
2019-01-17 20:55:49 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/debug_settings_manager_fixture.h
|
2018-03-08 21:20:16 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/debug_settings_manager_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/device_factory_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests.h
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/mock_performance_counters.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/mock_performance_counters.h
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/os_interface_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/os_library_tests.cpp
|
2019-04-18 21:30:47 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/os_memory_tests.cpp
|
2018-03-08 21:20:16 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/performance_counters_gen_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/performance_counters_tests.cpp
|
|
|
|
)
|
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_os_interface_base})
|
2018-03-08 02:49:20 +08:00
|
|
|
set_property(GLOBAL PROPERTY IGDRCL_SRCS_tests_os_interface_base ${IGDRCL_SRCS_tests_os_interface_base})
|
2018-03-08 21:20:16 +08:00
|
|
|
add_subdirectories()
|