Define run_*_mt_tests in separated folders

Change-Id: I7844f7b2b63c100f1c03e7867043d746ef3793f8
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-03-04 12:26:54 +01:00
committed by sys_ocldev
parent 128db17670
commit 816eb19cce
12 changed files with 120 additions and 79 deletions

View File

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

View File

@ -0,0 +1,10 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_SKL)
set(mt_test_config "skl/1/3/8")
include(${OPENCL_MT_TEST_DIR}/cmake/run_mt_test_target.cmake)
endif()