Skip to content

Commit 507190d

Browse files
committed
Replace SKIP_ALL_ULT with SKIP_UNIT_TESTS
Change-Id: I2edfeffc60c5a53c709091ae8f560ac3238e877e Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
1 parent 87e948e commit 507190d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2017-2019 Intel Corporation
2+
# Copyright (C) 2017-2020 Intel Corporation
33
#
44
# SPDX-License-Identifier: MIT
55
#
@@ -103,8 +103,8 @@ if(NOT DEFINED NEO_CORE_DIRECTORY)
103103
set(NEO_CORE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/core)
104104
endif()
105105

106-
if(SKIP_ALL_ULT)
107-
set(SKIP_UNIT_TESTS TRUE)
106+
if(SKIP_UNIT_TESTS)
107+
set(SKIP_NEO_UNIT_TESTS TRUE)
108108
endif()
109109

110110
# Set our build directory
@@ -852,7 +852,7 @@ if(DONT_CARE_OF_VIRTUALS)
852852
else()
853853
set(NEO_RELEASE_LIB_NAME "igdrcl_lib_release") # Used by dll/so
854854
generate_runtime_lib(${NEO_RELEASE_LIB_NAME} FALSE TRUE)
855-
if(NOT SKIP_ALL_ULT)
855+
if(NOT SKIP_UNIT_TESTS)
856856
set(NEO_MOCKABLE_LIB_NAME "igdrcl_lib_mockable") # Used by ULTS
857857
generate_runtime_lib(${NEO_MOCKABLE_LIB_NAME} TRUE FALSE)
858858
endif()

manifests/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ components:
1717
branch: infra
1818
clean_on_sync: true
1919
dest_dir: infra
20-
revision: 702c5ad1f900ab22ed98f77480d38c2938f1fe0e
20+
revision: f016064bc8760244e3f7b70a3f47df33ed2b03e3
2121
type: git
2222
internal:
2323
branch: master

0 commit comments

Comments
 (0)