mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 13:54:58 +08:00
Update aubstream interface: use product family from aubstream
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>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4995bddb89
commit
0b3582a93b
@@ -1,11 +1,13 @@
|
||||
#
|
||||
# Copyright (C) 2020-2021 Intel Corporation
|
||||
# Copyright (C) 2020-2022 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
add_custom_target(run_aub_tests)
|
||||
set(AUB_TESTS_TARGETS_FOLDER "aub_product_targets")
|
||||
set_target_properties(run_aub_tests PROPERTIES FOLDER ${AUB_TESTS_TARGETS_FOLDER})
|
||||
if(DEFINED AUB_STREAM_PROJECT_NAME)
|
||||
add_custom_target(run_aub_tests)
|
||||
set(AUB_TESTS_TARGETS_FOLDER "aub_product_targets")
|
||||
set_target_properties(run_aub_tests PROPERTIES FOLDER ${AUB_TESTS_TARGETS_FOLDER})
|
||||
|
||||
add_subdirectories()
|
||||
add_subdirectories()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user