2020-03-15 23:03:19 -08:00
|
|
|
#
|
|
|
|
|
# Copyright (C) 2020 Intel Corporation
|
|
|
|
|
#
|
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
if(TESTS_KBL)
|
2020-10-02 09:37:14 +02:00
|
|
|
set(unit_test_config "kbl/1/3/6/9")
|
2020-03-15 23:03:19 -08:00
|
|
|
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
|
|
|
|
endif()
|