mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
11 lines
207 B
CMake
11 lines
207 B
CMake
#
|
|
# 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()
|