Skip to content

Commit 03366f1

Browse files
move aub test suite to shared tests executable
Signed-off-by: Zbigniew Zdanowicz <[email protected]>
1 parent 9147d4c commit 03366f1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

opencl/test/unit_test/os_interface/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2018-2020 Intel Corporation
2+
# Copyright (C) 2018-2022 Intel Corporation
33
#
44
# SPDX-License-Identifier: MIT
55
#
@@ -19,9 +19,6 @@ set(IGDRCL_SRCS_tests_os_interface_base
1919
${CMAKE_CURRENT_SOURCE_DIR}/performance_counters_tests.cpp
2020
)
2121

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-
2522
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_os_interface_base})
2623
set_property(GLOBAL PROPERTY IGDRCL_SRCS_tests_os_interface_base ${IGDRCL_SRCS_tests_os_interface_base})
2724
add_subdirectories()

shared/test/unit_test/os_interface/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ set(NEO_CORE_OS_INTERFACE_TESTS
1616
)
1717

1818
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+
1922
target_sources(${TARGET_NAME} PRIVATE
2023
${NEO_CORE_OS_INTERFACE_TESTS}
24+
${NEO_CORE_OS_INTERFACE_AUB_TESTS}
2125
)
2226

23-
set_property(GLOBAL PROPERTY NEO_CORE_OS_INTERFACE_AUB_TESTS ${NEO_CORE_OS_INTERFACE_AUB_TESTS})
2427
add_subdirectories()

0 commit comments

Comments
 (0)