File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
opencl/test/unit_test/os_interface
shared/test/unit_test/os_interface Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (C) 2018-2020 Intel Corporation
2
+ # Copyright (C) 2018-2022 Intel Corporation
3
3
#
4
4
# SPDX-License-Identifier: MIT
5
5
#
@@ -19,9 +19,6 @@ set(IGDRCL_SRCS_tests_os_interface_base
19
19
${CMAKE_CURRENT_SOURCE_DIR} /performance_counters_tests.cpp
20
20
)
21
21
22
- get_property (NEO_CORE_OS_INTERFACE_AUB_TESTS GLOBAL PROPERTY NEO_CORE_OS_INTERFACE_AUB_TESTS )
23
- list (APPEND IGDRCL_SRCS_tests_os_interface_base ${NEO_CORE_OS_INTERFACE_AUB_TESTS} )
24
-
25
22
target_sources (igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_os_interface_base} )
26
23
set_property (GLOBAL PROPERTY IGDRCL_SRCS_tests_os_interface_base ${IGDRCL_SRCS_tests_os_interface_base} )
27
24
add_subdirectories ()
Original file line number Diff line number Diff line change @@ -16,9 +16,12 @@ set(NEO_CORE_OS_INTERFACE_TESTS
16
16
)
17
17
18
18
set_property (GLOBAL PROPERTY NEO_CORE_OS_INTERFACE_TESTS ${NEO_CORE_OS_INTERFACE_TESTS} )
19
+
20
+ set_property (GLOBAL PROPERTY NEO_CORE_OS_INTERFACE_AUB_TESTS ${NEO_CORE_OS_INTERFACE_AUB_TESTS} )
21
+
19
22
target_sources (${TARGET_NAME} PRIVATE
20
23
${NEO_CORE_OS_INTERFACE_TESTS}
24
+ ${NEO_CORE_OS_INTERFACE_AUB_TESTS}
21
25
)
22
26
23
- set_property (GLOBAL PROPERTY NEO_CORE_OS_INTERFACE_AUB_TESTS ${NEO_CORE_OS_INTERFACE_AUB_TESTS} )
24
27
add_subdirectories ()
You can’t perform that action at this time.
0 commit comments