mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Define run_*_mt_tests in separated folders
Change-Id: I7844f7b2b63c100f1c03e7867043d746ef3793f8 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
128db17670
commit
816eb19cce
9
opencl/test/unit_test/mt_tests/gen9/CMakeLists.txt
Normal file
9
opencl/test/unit_test/mt_tests/gen9/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
#
|
||||
# Copyright (C) 2020 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_GEN9)
|
||||
add_subdirectories()
|
||||
endif()
|
10
opencl/test/unit_test/mt_tests/gen9/skl/CMakeLists.txt
Normal file
10
opencl/test/unit_test/mt_tests/gen9/skl/CMakeLists.txt
Normal 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()
|
Reference in New Issue
Block a user