mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
CMake cleanup: move opencl logic to opencl folder
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
aaa5e6d358
commit
d2a4af9d9d
14
opencl/test/CMakeLists.txt
Normal file
14
opencl/test/CMakeLists.txt
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# Copyright (C) 2021 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(DEFAULT_TESTED_PLATFORM AND NOT NEO_SKIP_OCL_UNIT_TESTS)
|
||||
add_subdirectory_unique(unit_test ${NEO_BUILD_DIR}/opencl/test/unit_test)
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_WITHOUT_RUNTIME)
|
||||
add_subdirectory_unique(black_box_test)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user