Files
compute-runtime/level_zero/tools/test/CMakeLists.txt
Artur Harasimiuk ea373d2664 cmake: cleanup variable names
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2021-11-10 21:31:17 +01:00

14 lines
233 B
CMake

#
# Copyright (C) 2020-2021 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(NOT NEO_SKIP_L0_UNIT_TESTS)
add_subdirectory(unit_tests)
endif()
if(NOT NEO_SKIP_L0_BLACK_BOX_TESTS)
add_subdirectory(black_box_tests)
endif()