Move AUB tests runner to neo_core/cmake directory

Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
This commit is contained in:
Kacper Nowak
2021-06-28 14:05:04 +02:00
committed by Compute-Runtime-Automation
parent 6c6a9b27f5
commit 232640afc3
19 changed files with 167 additions and 107 deletions

View File

@ -0,0 +1,9 @@
#
# Copyright (C) 2019-2021 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_GEN12LP)
add_subdirectories()
endif()

View 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()