cmake: cleanup variable names

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2021-11-10 10:34:06 +00:00
committed by Compute-Runtime-Automation
parent b8a03cdea1
commit ea373d2664
26 changed files with 59 additions and 55 deletions

View File

@@ -4,10 +4,10 @@
# SPDX-License-Identifier: MIT
#
if(NOT SKIP_L0_UNIT_TESTS)
if(NOT NEO_SKIP_L0_UNIT_TESTS)
add_subdirectory(unit_tests)
endif()
if(NOT SKIP_L0_BLACK_BOX_TESTS)
if(NOT NEO_SKIP_L0_BLACK_BOX_TESTS)
add_subdirectory(black_box_tests)
endif()