mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
14 lines
225 B
CMake
14 lines
225 B
CMake
#
|
|
# Copyright (C) 2020-2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(NOT SKIP_L0_UNIT_TESTS)
|
|
add_subdirectory(unit_tests)
|
|
endif()
|
|
|
|
if(NOT SKIP_L0_BLACK_BOX_TESTS)
|
|
add_subdirectory(black_box_tests)
|
|
endif()
|