mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
Replace SKIP_ALL_ULT with SKIP_UNIT_TESTS
Change-Id: I2edfeffc60c5a53c709091ae8f560ac3238e877e Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2017-2019 Intel Corporation
|
||||
# Copyright (C) 2017-2020 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
@@ -103,8 +103,8 @@ if(NOT DEFINED NEO_CORE_DIRECTORY)
|
||||
set(NEO_CORE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/core)
|
||||
endif()
|
||||
|
||||
if(SKIP_ALL_ULT)
|
||||
set(SKIP_UNIT_TESTS TRUE)
|
||||
if(SKIP_UNIT_TESTS)
|
||||
set(SKIP_NEO_UNIT_TESTS TRUE)
|
||||
endif()
|
||||
|
||||
# Set our build directory
|
||||
@@ -852,7 +852,7 @@ if(DONT_CARE_OF_VIRTUALS)
|
||||
else()
|
||||
set(NEO_RELEASE_LIB_NAME "igdrcl_lib_release") # Used by dll/so
|
||||
generate_runtime_lib(${NEO_RELEASE_LIB_NAME} FALSE TRUE)
|
||||
if(NOT SKIP_ALL_ULT)
|
||||
if(NOT SKIP_UNIT_TESTS)
|
||||
set(NEO_MOCKABLE_LIB_NAME "igdrcl_lib_mockable") # Used by ULTS
|
||||
generate_runtime_lib(${NEO_MOCKABLE_LIB_NAME} TRUE FALSE)
|
||||
endif()
|
||||
|
||||
@@ -17,7 +17,7 @@ components:
|
||||
branch: infra
|
||||
clean_on_sync: true
|
||||
dest_dir: infra
|
||||
revision: 702c5ad1f900ab22ed98f77480d38c2938f1fe0e
|
||||
revision: f016064bc8760244e3f7b70a3f47df33ed2b03e3
|
||||
type: git
|
||||
internal:
|
||||
branch: master
|
||||
|
||||
Reference in New Issue
Block a user