2017-12-21 07:45:38 +08:00
|
|
|
#
|
2019-07-12 22:50:14 +08:00
|
|
|
# Copyright (C) 2017-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
|
|
|
#
|
|
|
|
|
|
|
|
set(IGDRCL_SRCS_tests_utilities
|
2018-03-07 22:17:52 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
2018-07-10 18:05:01 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX}/debug_file_reader_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/debug_file_reader_tests.inl
|
2018-03-07 22:17:52 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/debug_settings_reader_tests.cpp
|
2019-12-10 23:26:35 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/file_logger_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/file_logger_tests.h
|
2018-03-07 22:17:52 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/perf_profiler.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tag_allocator_tests.cpp
|
2017-12-21 07:45:38 +08:00
|
|
|
)
|
2019-07-12 22:50:14 +08:00
|
|
|
|
|
|
|
get_property(NEO_CORE_UTILITIES_TESTS GLOBAL PROPERTY NEO_CORE_UTILITIES_TESTS)
|
|
|
|
list(APPEND IGDRCL_SRCS_tests_utilities ${NEO_CORE_UTILITIES_TESTS})
|
|
|
|
|
2018-03-07 22:17:52 +08:00
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_utilities})
|