mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Move AUB tests runner to neo_core/cmake directory
Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
6c6a9b27f5
commit
232640afc3
9
target_aub_tests/gen12lp/CMakeLists.txt
Normal file
9
target_aub_tests/gen12lp/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
#
|
||||
# Copyright (C) 2019-2021 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_GEN12LP)
|
||||
add_subdirectories()
|
||||
endif()
|
10
target_aub_tests/gen12lp/tgllp/CMakeLists.txt
Normal file
10
target_aub_tests/gen12lp/tgllp/CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# Copyright (C) 2020-2021 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_TGLLP)
|
||||
set(aub_test_config "tgllp/1/6/16/0")
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_aub_test_target.cmake)
|
||||
endif()
|
Reference in New Issue
Block a user