mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +08:00
10 lines
147 B
CMake
10 lines
147 B
CMake
|
|
#
|
||
|
|
# Copyright (C) 2023 Intel Corporation
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: MIT
|
||
|
|
#
|
||
|
|
|
||
|
|
if(NOT NEO_SKIP_L0_UNIT_TESTS)
|
||
|
|
add_subdirectory(unit_tests)
|
||
|
|
endif()
|