mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 13:54:58 +08:00
don't build aub tests when aubstream is not available use only mock aub manager in ULTs Related-To: NEO-4446 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
14 lines
309 B
CMake
14 lines
309 B
CMake
#
|
|
# Copyright (C) 2022 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(TESTS_EHL)
|
|
target_sources(neo_shared_tests PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/excludes_gen11_ehl.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_ehl.cpp
|
|
)
|
|
add_subdirectories()
|
|
endif()
|