2017-12-21 07:45:38 +08:00
|
|
|
#
|
2019-07-04 23:14:51 +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_compiler_interface
|
2018-03-01 21:25:19 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
2019-10-21 21:47:04 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/default_cl_cache_config_tests.cpp
|
2019-10-28 02:48:26 +08:00
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/patchtokens_decoder_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/patchtokens_dumper_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/patchtokens_validator_tests.cpp
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}/patchtokens_tests.h
|
2017-12-21 07:45:38 +08:00
|
|
|
)
|
2019-07-04 23:14:51 +08:00
|
|
|
|
|
|
|
get_property(NEO_CORE_COMPILER_INTERFACE_TESTS GLOBAL PROPERTY NEO_CORE_COMPILER_INTERFACE_TESTS)
|
|
|
|
list(APPEND IGDRCL_SRCS_tests_compiler_interface ${NEO_CORE_COMPILER_INTERFACE_TESTS})
|
|
|
|
|
2018-03-01 21:25:19 +08:00
|
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_compiler_interface})
|