mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00

opencl/test/unit_test/gen9/hw_helper_tests_gen9.cpp -> unit_test/gen9 opencl/test/unit_test/gen11/hw_helper_tests_gen11.cpp -> unit_test/gen11 unit_test/device_binary_format/elf/elf_tests_data.h -> common/device_binary/elf Related-To: NEO-6524 Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
24 lines
960 B
CMake
24 lines
960 B
CMake
#
|
|
# Copyright (C) 2021-2022 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(TESTS_GEN11)
|
|
target_sources(neo_shared_tests PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/coherency_tests_gen11.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/command_encoder_tests_gen11.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/hw_cmds_gen11_tests.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/hw_helper_tests_gen11.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/image_surface_state_tests_gen11.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/preamble_tests_gen11.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/simd_helper_tests_gen11.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_encode_math_gen11.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_preamble_gen11.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_preemption_gen11.cpp
|
|
)
|
|
|
|
add_subdirectories()
|
|
endif()
|