2017-12-21 07:45:38 +08:00
|
|
|
#
|
2020-02-23 05:21:06 +08:00
|
|
|
# Copyright (C) 2018-2020 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
|
2020-08-19 18:18:18 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
|
|
${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_context_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/os_interface_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/os_library_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/os_memory_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/performance_counters_gen_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/performance_counters_tests.cpp
|
2018-03-08 21:20:16 +08:00
|
|
|
)
|
2019-08-21 16:53:07 +08:00
|
|
|
|
|
|
|
get_property(NEO_CORE_OS_INTERFACE_AUB_TESTS GLOBAL PROPERTY NEO_CORE_OS_INTERFACE_AUB_TESTS)
|
|
|
|
list(APPEND IGDRCL_SRCS_tests_os_interface_base ${NEO_CORE_OS_INTERFACE_AUB_TESTS})
|
|
|
|
|
2018-03-08 21:20:16 +08:00
|
|
|
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()
|